0

I use Graph API Explorer to get who is like my post.. but the worst case is, if someone like my post again, the previous user will not shown again.. How can I got all the users who like my post??

I want to know all the users because I want send messages to all people who like my post.. Is that others way to do my idea?

Thanks

Kara
  • 6,115
  • 16
  • 50
  • 57
Andiyono
  • 11
  • 1
  • 4
  • You mean something like [this](http://stackoverflow.com/questions/5183251/querying-users-who-like-my-facebook-page)? [Additional info if that's the case](http://stackoverflow.com/questions/3546320/how-to-list-facebook-users-who-like-a-page-or-interest) – dythffvrb Sep 24 '12 at 09:26
  • @martn I don't mean page, but user's post. When I use Graph API explorer, I can get someone ID who like my post.. The bad case is, when others people like the post, the previous ID is gone.. Can I got the all ID ? – Andiyono Sep 24 '12 at 09:50
  • It's similar to this one: http://stackoverflow.com/questions/14799280/how-to-get-all-people-who-liked-facebook-post/39931628#39931628 – Random Integer Oct 08 '16 at 11:12

2 Answers2

0

Try graph.facebook.com/post_id/likes This will give you all the people who liked the post with post_id

0

https://graph.facebook.com/v2.9/POST_ID/likes?access_token=PAGE_ACCESS_TOKEN this will give you all the users who liked your post with all there specification try hitting it once