有没有办法计算每个 Facebook 好友对您的 Facebook 帖子点赞的次数?
Is there a way to count the number of times each individual Facebook Friend has liked your Facebook posts?
我正在尝试获取每个人喜欢我的特定内容的次数 post。
好像可以得到一个页面的整体点赞数
但我不需要总点赞数。我想要喜欢我的 post 的用户的特定数据。
我尝试了这些链接
Getting the Facebook like/share count for a given URL
How to get Facebook likes count for a Facebook page?
我只是在写评论中提到的答案。因为这就是答案。
No, that is not really possible. Each of your friends would have to
sign in to your app and grant it permission to read their likes, and
you would need to have valid individual user tokens available for all
of them each time you want to request this data, because “A User or
Page can only query their own likes. Other Users' or Pages' likes are
unavailable due to privacy concerns.”
developers.facebook.com/docs/graph-api/reference/v3.3/object/
我正在尝试获取每个人喜欢我的特定内容的次数 post。
好像可以得到一个页面的整体点赞数
但我不需要总点赞数。我想要喜欢我的 post 的用户的特定数据。
我尝试了这些链接
我只是在写评论中提到的答案。因为这就是答案。
No, that is not really possible. Each of your friends would have to sign in to your app and grant it permission to read their likes, and you would need to have valid individual user tokens available for all of them each time you want to request this data, because “A User or Page can only query their own likes. Other Users' or Pages' likes are unavailable due to privacy concerns.” developers.facebook.com/docs/graph-api/reference/v3.3/object/