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.

I created a custom Facebook FriendLists with restFB:

facebookClient.publish("me/friendlists", FacebookType.class, Parameter.with("name", "demoList"));

And added members to this list.

I want to query Facebook updates of only these members in my application. Is there any way to do this?

I can login to my Facebook page go to "demoList" custom friend list and get this information but is there any way to do this data through Facebook API.

I tried using FQL Stream table: select message from stream where filter_key = 'fl_986148598189'

It works but only gives me 10-12 results. How can I get more results? Also, is there any way to do this through graph api instead of of FQL. FQL has too many bugs so trying to avoid it.

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.