问题
I want to get a list of the UID of the people that has liked one Open Graph object (I am the admin of that object). This is to gather advanced analytics, for example, "how many people that like A like also B"
回答1:
According to the docs you can do an FQL query such as:
SELECT user_id FROM like WHERE object_id="122706168308"
来源:https://stackoverflow.com/questions/5546844/can-i-get-a-list-of-the-people-that-have-facebook-liked-my-page