今天,我不能通过Facebook版本2.3发布评论文章。我收到了这条错误信息。
{
"error": {
"message": "Unsupported post request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"fbtrace_id": "FyX+WKb5pvC"
}
}我想发布评论,通过发布“消息”与图形API资源管理器。

以前,我可以通过Facebook Api发布评论。
更新我能做到。

发布于 2016-01-23 11:32:51
Unsupported post request通常意味着您无法访问端点。将更新和post中的这两个ID进行比较,它们甚至看起来不一样。
https://stackoverflow.com/questions/34959868
复制相似问题