How do I use the facebook api to get the list of users who have liked my business facebook page?
I understand I can get users who have liked certain objects (ex: photos) by doing this:
https://graph.facebook.com/<obj id here>/likes
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can make an FQL Query to
liketable.Like this:
See this Documentation For
likeTable ( http://developers.facebook.com/docs/reference/fql/like/ )If you want specifically for Page Likes (which are called page Fans) then
page_fanTable can be queried.See this Documentation For
page_fanTable http://developers.facebook.com/docs/reference/fql/page_fan/