我尝试从两个用户之间发送的消息中获取共享对象。
根据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我遗失了什么?
答案 0 :(得分:0)
使用以下格式/m_mid.$cAAGZr4WGacdkQBX_21eDtC3iV6w9/shares