【问题标题】:facebook graph explorer how to get only page's postsfacebook graph explorer如何只获取页面的帖子
【发布时间】:2014-05-22 09:56:31
【问题描述】:

我需要获取页面的帖子。但只有页面的帖子,我不想让用户在该页面上发帖。例如 673049752787143/feed 也返回了我 https://www.facebook.com/147078515339869/posts/666313296749719 这个帖子。但我不需要这个。有没有办法做到这一点?


我找到了答案。
/{page-id}/posts 仅显示此页面发布的帖子。
这就是我要查找的内容。谢谢。

【问题讨论】:

    标签: facebook facebook-graph-api facebook-page facebook-graph-api-v2.0


    【解决方案1】:

    此 FQL 应该为您提供所需的信息:

    select post_id, message, attachment from stream where source_id="147078515339869" and actor_id="147078515339869"
    

    据我所知,普通的 Graph API 请求无法做到这一点。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-09-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-07-30
      • 1970-01-01
      相关资源
      最近更新 更多