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 ?