Facebook Graph API pages/conversations/messages 端点错误(似乎突然被弃用)

Facebook Graph API pages/conversations/messages endpoint error (suddenly seems deprecated)

我一直使用 Facebook Graph API 成功地从我的页面中提取消息,直到今天我开始收到错误消息:

GraphAPIError: (#12) This endpoint is deprecated for versions v2.4 and higher

我使用 Graph API Explorer 工具仔细检查了我的权限,并在那里复制了错误:

我也仔细检查了 Conversation Facebook Graph API reference,上面写着

GET graph.facebook.com/{id}?fields=messages{message} 

应该可以访问特定对话的内容,但是每当我尝试访问消息字段时,我总是收到弃用错误。

有什么想法自昨天以来可能已经崩溃,或者通过图表提取我的页面消息的替代方法 API?

这是一个被视为高优先级的 Facebook 错误。 希望他们会尽快修复它。

https://developers.facebook.com/bugs/163782704230317/