Get the ID of user that like my page.
Posted
by jon
on Stack Overflow
See other posts from Stack Overflow
or by jon
Published on 2010-06-17T15:38:05Z
Indexed on
2010/06/17
16:03 UTC
Read the original article
Hit count: 316
Hello
I would like to know if there is any API feature that can tell me which users liked my application page. I know that it is possible to check if a user is a fan of any given Page using page.isFan verification or to get the number of fans. But is it possible to get the fans' User ID?
If so, is it possible to get that data ordered by the date they became fans of the page? For exemple usign FQL i can get the user ID of someone o like an facebook object like post or photo. http://developers.facebook.com/docs/reference/fql/like Can i do this for the people who liked my page?
Thanks for any help or guideline .
© Stack Overflow or respective owner