我想创建一个应用程序来读取发送到页面的消息,以便我使用Graph API Explorer来查看可能的内容。
我检索了一个带有read_page_mailboxes的访问令牌,当我向浏览器中的/v2.5/my_page_name/conversations发送GET时,我得到:
{
"error": {
"message": "(#298) Requires extended permission: read_mailbox",
"type": "OAuthException",
"code": 298,
"fbtrace_id": "GV+BcPhVkWw"
}
}