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.

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 ?

share|improve this question
Hi, Even when querying messages by me/inbox thead_id is null for few values. – siva Aug 13 '12 at 17:27

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.