2 人のユーザー間で送信されたメッセージから共有オブジェクトを取得しようとしています。
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
}
}
request /me/inboxで取得したメッセージの ID を使用します
何か不足していますか?