【发布时间】:2015-02-16 14:16:37
【问题描述】:
我尝试从两个用户之间发送的消息中获取共享对象。
根据 Facebook 文档,我应该使用方法 /{message-id}/shares https://developers.facebook.com/docs/graph-api/reference/v2.2/message/shares
但是当我与具有 read_mailbox 权限的用户一起尝试此操作时,我收到以下错误:
{
"error": {
"message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100
}
}
我使用通过请求 /me/inbox
检索到的消息 ID我错过了什么?
【问题讨论】:
标签: facebook facebook-graph-api-v2.2