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?