Reputation: 125
I know how to search name in our MySQL Database using %search%
. But using Graph API, how can we search user's facebook friends by name? I am using taggable_friends to get list of all user's friends. Is there a way to call Facebook Graph's API using %search%
and get the result JSON with matching friend's names?
Upvotes: 2
Views: 922
Reputation: 74014
You can use the Search API to search for users by name: https://developers.facebook.com/docs/graph-api/using-graph-api#search
Upvotes: 1