从 Facebook 页面获取帖子的评论

发布于 2024-12-11 02:16:57 字数 633 浏览 0 评论 0原文

当我尝试使用 获取评论时,我试图从粉丝页面、帖子中获取帖子评论http://developers.facebook.com/tools/explorer 在评论部分我刚刚得到这个结果:

 'type': 'video', 
      'created_time': '2011-10-20T16:00:47+0000', 
      'updated_time': '2011-10-20T16:00:47+0000', 
      'likes': {
        'data': [
          {
            'name': 'Ignacio Lopez', 
            'id': '1368746018'
          }
        ], 
        'count': 12522
      }, 
      'comments': {
        'count': 495
      }
    }

但它可以得到评论,我可以得到评论的计数器,你能帮我弄清楚这个吗问题 ? ,我用PHP编写了一些程序来获取帖子评论数据,就像这样

I'm trying to get comments for posts from a fan page, from posts , when I try to get comments using http://developers.facebook.com/tools/explorer in the comment part I just get this result:

 'type': 'video', 
      'created_time': '2011-10-20T16:00:47+0000', 
      'updated_time': '2011-10-20T16:00:47+0000', 
      'likes': {
        'data': [
          {
            'name': 'Ignacio Lopez', 
            'id': '1368746018'
          }
        ], 
        'count': 12522
      }, 
      'comments': {
        'count': 495
      }
    }

but it could get the comments , I can just get the comment's counter , could you help me to figure out this problem ? , I wrote some program in PHP to get the post comments data, like this

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

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

发布评论

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

评论(1

伤痕我心 2024-12-18 02:16:57

根据 Graph API Video object 文档,视频上有一个“评论”连接包括评论;您是否尝试过访问/{video id}/comments

According to the Graph API Video object documentation there's a 'comments' connection on videos with the comments included; have you tried accessing /{video id}/comments?

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