Can I get a list of the people that have Facebook-liked my page?

好久不见. 提交于 2019-12-03 22:55:26

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!