0

Possible Duplicate:
Querying Users who 'like' my Facebook Page

I am new to Facebook development and I created one Brand page. I would like to know the list of users who liked my brand page.

I can see the list of people who liked my page on left side of menu under "Like this". Is there any way where we can retrieve those list and store somewhere?

Please help.

Community
  • 1
  • 1
Hiren
  • 11
  • 1
  • 2

1 Answers1

1

I'm afraid due to policies there is no real way to extract this information. It' supposed to protect the users, or something.

You can check if a specific Facebook user likes your page, though.

Robin Castlin
  • 10,956
  • 1
  • 28
  • 44
  • Check a specific user? You need to take a look at their documents for that: [link](https://developers.facebook.com/docs/) You need to get access_token and some other stuff to do an API to Facebook. Too complex to be explained here. – Robin Castlin Sep 28 '11 at 09:58