Facebook API:通过 FQL 获取评论点赞

发布于 2024-10-20 21:43:15 字数 74 浏览 4 评论 0原文

我正在寻找一种方法来检索通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

年华零落成诗 2024-10-27 21:43:15

我终于自己找到了答案。

可以使用评论“xid”作为“post_id”来查询“like”表。

SELECT post_id, user_id FROM like WHERE post_id = <comment xid>

I finally found the answer myself.

It is possible to query the "like" table using the comment "xid" as a "post_id".

SELECT post_id, user_id FROM like WHERE post_id = <comment xid>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文