While requesting the following query,
`String query = "SELECT thread_id, subject, recipients FROM thread WHERE folder_id = 0 OR folder_id = 1";
Bundle params = new Bundle();
params.putString("method", "fql.query");
params.putString("query", query);
facebook.request(params);`
i dont have entry for few of my friends ?
How to find the thread_id for them ?
me/inboxthead_id is null for few values. – siva Aug 13 '12 at 17:27