nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

Search with in the User friends #321

Closed umamahesh-nyros closed 11 years ago

umamahesh-nyros commented 11 years ago

Hi,

I am using FbGraph::User.me(token).friends for fetching friends list from facebook to my Rails Application.

What I need is whether I can search in between the friends that I have on my list or is there any method to search myfriends.

I mean FbGraph::User.me(token).friends.search method exists?

Thanks, Uma.

tmlee commented 11 years ago

Are you looking for something that does this https://developers.facebook.com/docs/reference/fql/friendlist ?

nov commented 11 years ago

FbGraph::User.me(token).friends.search doesn't exist. friendlist API might help you.