Share a wall post

I'm interested in tracking the user IDs of those who share wall posts on my fan page. The graphical api now supports the return of user IDs that shared the wall rack on the wall, how can I see who commented on and loved the message?

Possible workarounds?

+4
source share
1 answer

Yes, you can do it via facebook graph api.

http://developers.facebook.com/docs/reference/api/post/

get all comments posts + user id comment + favorite user id.

this data is managed by your own database.

-1
source

All Articles