nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

Adding Mutual Friends to Selection Connection Types #61

Closed maxdemarzi closed 12 years ago

maxdemarzi commented 12 years ago

Allows:

client.selection.me.mutualfriends(friend_fb_id)

See https://developers.facebook.com/docs/reference/api/user/#mutualfriends for details

nsanta commented 12 years ago

@maxdemarzi looks good. could you update the README and add you as a contributor on the contributor list?.

Thanks

nsanta commented 12 years ago

@maxdemarzi Thanks for you work. Merged