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, fo开发者_高级运维r example, "how many people that like A like also B"
According to the docs you can do an FQL query such as:
SELECT user_id FROM like WHERE object_id="122706168308"
精彩评论