Facebook - 如何获取 fb:comment 的评论

发布于 2024-12-06 01:32:08 字数 411 浏览 0 评论 0 原文

我需要获取发布在 fb:comments 小部件上的评论。这是我尝试过的:

http://graph.facebook.com/comments?id={{ url_of_the_page }} - 返回空列表

执行以下 FQL

SELECT post_fbid, fromid, object_id, text, time 来自评论 哪里 object_id IN (选择comments_fbid 来自链接统计 WHERE url ={{ page_url }}) - 返回带有 fql 标头的空响应

我开始认为这是不可能的。我错过了什么还是这确实不可能?

I need to get the comments posted on a fb:comments widget. Here is what I've tried:

http://graph.facebook.com/comments?id={{ url_of_the_page }} - Returns an empty list

Executing the following FQL

SELECT post_fbid, fromid, object_id, text, time
FROM comment
WHERE object_id IN
(SELECT comments_fbid
FROM link_stat
WHERE url ={{ page_url }}) - Return an empty response with the fql header

I'm beginning to think that this is not possible. Am I missing something or is this indeed not possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

此岸叶落 2024-12-13 01:32:08

你就是这样做的。您正在尝试的网址是什么?例如,这篇随机的 Techcrunch 文章的工作方式与您描述的相同:
http://graph.facebook.com/comments?id=http://techcrunch.com/2011/09/20/digg-experiments-with-topic-newsrooms-aggregates-news-by-最有意义的故事/

That is how you do it. What is the url you are trying? For example, this random Techcrunch article works in the same way as you describe:
http://graph.facebook.com/comments?id=http://techcrunch.com/2011/09/20/digg-experiments-with-topic-newsrooms-aggregates-news-by-most-meaningful-stories/

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