通过Facebook图形API探测器测试此方法
https://developers.facebook.com/tools/explore
我选择了我的用户,并允许他访问pages_messaging
read_page_mailboxes
manage_pages
然后选择具有POST请求的特定页面和方法{conversatio_id} / messages 并发送参数 消息:"测试测试"
我得到了这个回复
{
"error": {
"message": "(#210) This call requires a Page access token.",
"type": "OAuthException",
"code": 210,
"fbtrace_id": "C+Xo8LCuuLW"
}
}
Facebook参考
https://developers.facebook.com/docs/graph-api/reference/v2.10/conversation/messages
答案 0 :(得分:0)
此问题已在Facebook API中报告并立即修复! https://developers.facebook.com/bugs/261578841015508/