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'm trying to read the Facebook Chat Messages using Graph API as referenced How to read facebook chat messages in Android?

I'm using String s = facebook.request("me/inbox"); Log.w("ROSTER","Result "+ s);

But the exception being thrown is 07-22 11:57:56.487: W/ROSTER(290): JSON VALUE NAME {"error":{"message":"Unsupported get request.","type":"GraphMethodException","code":100}}

Could anyone pls guide me.Am i requesting a wrong url ?

share|improve this question

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.