Facebook API: Get fans of / people who like a page
问题 I\'d like to get a list of users who like a certain page or a fan of it. The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not a list of the fans. A discussion here Retrieve Facebook Fan Names suggests that one could use an FQL query like SELECT user_id FROM like WHERE object_id=\"YOUR PAGE ID\" to get the number of people who liked the page, but for the same page, it gives an empty response \"{}\". So I was wondering if