Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.