ファンページからのダイレクトメッセージを調べて、次のFQLを実行する必要があります
https://graph.facebook.com/fql?q=select folder_id from mailbox_folder where viewer_id = <my fanpage id>&access_token=<My page access token>
しかし、リクエストは次のエラーを返します:
{
"error": {
"message": "(#606) You can only fetch messages for one user",
"type": "OAuthException",
"code": 606
}
}
それを修正する方法?