【发布时间】:2019-10-07 13:49:32
【问题描述】:
我在 Facebook 上拥有一个页面。我的目的是收集所有的 cmets、用户在我的页面中的回复以及评论的线程 ID。
我已经阅读了 Facebook 的 Graph API 的文档,它描述了:
Page owned Comments and Replies — For any comments or replies owned by (on) a Page, you must use a Page access token if you want User information to be included in the response
我很困惑,我有访问令牌,但 API 端点看起来像:
GET /v4.0/{comment-id} HTTP/1.1
这是否意味着我必须指定一个评论 ID 才能获得它?请你帮帮我。谢谢。
【问题讨论】:
标签: python facebook facebook-page