I am trying to get the body and the sender of all unread inbox .
To get all conversation\'s threads with unread messages I used this query:
SELECT thre
I am not entirely sure if this fixes your problem, but it seems that the parameter is "q", not "queries":
params.putString("q", jsonFQL.toString());
...if you take a look at the Facebook docs:
https://developers.facebook.com/docs/technical-guides/fql
Could be possible that they changed it recently, although it is deprecated so i dont think they will put much effort into it.