If you want o use with BuddyPress, just go to WP Story Options -> Integrations -> BuddyPress and enable Users’ Activities options.
Also, you can use this feature with shortcode, and display anywhere.
[wp-story-activities]
If you want to display with php code you can write something like this:
<?php echo do_shortcode( '[wp-story-activities]' ); ?>