尝试通过Facebook图形API回复评论

时间:2019-04-25 18:02:42

标签: facebook

当我尝试使用facebook graph api回复评论时,出现此错误:

{
  "error": {
    "message": "Unsupported post request. Object with ID '1071046396427559' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https:\/\/developers.facebook.com\/docs\/graph-api",
    "type": "GraphMethodException",
    "code": 100,
    "error_subcode": 33,
    "fbtrace_id": "CK2eYv7M7V6"
  }
}

我确实具有 publish_pages manage_pages 权限,而且,直到2周前,它都可以正常工作,只是停止工作。我猜这是一个Facebook错误。

我正在这样做:

POST https://graph.facebook.com/v3.2/$comment-id/comments?access_token=$my-page-token&message=Thanks!

还尝试了不同的api版本[v2.3,v2.4,v3.2]

0 个答案:

没有答案