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 have no idea how to find this out. From the Graph API documentation, something like this should work

graph = Koala::Facebook::GraphAPI.new(u.oauth_token)
graph.get_object("me/groups") 

or

graph.get_connection("me","groups")

Unfortunately they both return [] .

I've tried with two accounts, they both have joined groups. I've also added "user_groups" to permissions. Any suggestions?

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.