0

Is it possible to get the identities of users who have liked a page through the Facebook graph api? If so, what access permissions are required?

I have only been able to get the count via the /user edge.

URMort
  • 11
  • possible duplicate of [Facebook API: Get fans of / people who like a page](http://stackoverflow.com/questions/4018849/facebook-api-get-fans-of-people-who-like-a-page) – andyrandy Sep 29 '14 at 21:48
  • those solutions are pretty old, do they still work? – vgoklani Sep 29 '14 at 21:57
  • 1
    i am pretty sure it´s not possible, at least not anymore. would be weird if it was, for privacy reasons. – andyrandy Sep 29 '14 at 21:58

1 Answers1

0

That other thread got one answer that is correct:

Although you can't get a list of all the fans of a Facebook Page, you can find out whether a specific person has liked a Page.

Source: https://developers.facebook.com/docs/graph-api/common-scenarios

Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130