Instagram API:回复某人的帖子?

时间:2020-08-21 07:58:15

标签: api post comments instagram reply

我一直在使用API​​来回覆主题标签中的媒体。我已经能够回复“谢谢”之类的信息,但它仅在针对我自己的帐户时有效。

如果我回复自己的帐户,我将获得一个ID,并且评论成功,如果我回复其他人,我将返回此消息:

{
  "error": {
    "message": "Unsupported post request. Object with ID '{POST-ID}' 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": "{fbtrace_id}"
  }
}

我正在使用的POST方法是:{POST-ID}/comments?message=thank you

有什么建议吗?谢谢。

0 个答案:

没有答案
相关问题