-1

Suppose that I am the administrator of a Facebook page, I want to get all of the profile details of a the people who "liked" my page. Is this possible? How?

So far, I have only been able to get aggregated data through the Graph API. For example, "number of like in the past week".

There are posts that claim that I can do this with the FQL API, but the documentation for the FQL seems to have been hidden on FB developer site.

power
  • 1,680
  • 3
  • 18
  • 30
  • 3
    No, that is not possible via API – as has been said here numerous times before already on similar questions. – CBroe Sep 07 '14 at 23:07
  • @Cbroe I get mixed messages from the other answers. It seems that the story is different at different points in time. – power Sep 07 '14 at 23:31
  • cbroe is correct, and this would be a major privacy issue. – andyrandy Sep 08 '14 at 07:31

1 Answers1

1

FQL reference is not "hidden", it's here: https://developers.facebook.com/docs/reference/fql But there's no current official way to get the profile details of your Page's liker, because you'd need the permission to query the user data from the users.

There are some "hacks" as denoted at Facebook API: Get fans of / people who like a page for example, but it's strongly advised that you don't use these. Facebook forbids scraping for example, and once Facebook changes its website, those methods are likely to stop working.

Community
  • 1
  • 1
Tobi
  • 31,405
  • 8
  • 58
  • 90