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´ve just created my first public interest list "Matkailu" via facebook.com/addlist. Now I´m wondering how I´m able to query the list members via OG? Facebook seems to treat those new lists also as friendlists but method /members doesn´t seems to work.

My list id is 10150598089807055 and https://graph.facebook.com/10150598089807055 gives me this

{
"id": "10150598089807055",
"name": "Matkailu", 
"list_type": "user_created",
"type": "friendlist"
}

But if I try to query its members (which are mostly pages) like this https://graph.facebook.com/10150598089807055/members the result is empty.

So how can I get the members of those interest lists? Does the friendlists members connection give only people not pages as a result?

share|improve this question
I'd appreciate an answer to this as well. – Kevin Elliott Nov 14 '12 at 11:14

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.