Closed umamahesh-nyros closed 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.
Are you looking for something that does this https://developers.facebook.com/docs/reference/fql/friendlist ?
FbGraph::User.me(token).friends.search doesn't exist. friendlist API might help you.
FbGraph::User.me(token).friends.search
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.