Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
/pageid/conversations works for me, provided I use a page access token. – CBroe Oct 9 '12 at 13:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.