问题描述
我一直在使用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
有什么建议吗?谢谢。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)