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

后端 未结 1 1238
小蘑菇
小蘑菇 2021-01-07 11:03

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

相关标签:
1条回答
  • 2021-01-07 11:31

    According to the docs you can do an FQL query such as:

    SELECT user_id FROM like WHERE object_id="122706168308"
    
    0 讨论(0)
提交回复
热议问题