Facebook API:通过 FQL 获取评论点赞
我正在寻找一种方法来检索通过 facebook API 喜欢评论的用户列表。
我对通过 FQL 执行此操作特别感兴趣。
I am looking for a way to retrieve the list of users that liked a comment via the facebook API.
I am particularly interested in doing it via FQL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我终于自己找到了答案。
可以使用评论“xid”作为“post_id”来查询“like”表。
I finally found the answer myself.
It is possible to query the "like" table using the comment "xid" as a "post_id".