I am trying to read inbox and outbox of a Facebook page. My first approach was to try to directly access inbox of a page resource. URI below indicates how i have tried to get it :
/{page_number}/inbox
here is the error message : "You can only access the \"inbox\" connection for the current user."
Then i have tried to access conversation and thread resources as suggested in some places.
/{page_number}/conversations
/{page_number}/threads
Both URI produces the following error: "(#298) You must be a developer of the application"
I couldn't figure out what is wrong at all? There are some bug reports to Facebook, related to "#(298)", which were reported few months ago but i would not believe, it has not been fixed since then. Any alternative approach is welcome.
Thanks for your precious help.
/pageid/conversationsworks for me, provided I use a page access token. – CBroe Oct 9 '12 at 13:28