Hi,
Is there a way to search a user’s friends? I’d like my app to allow the users to search their friends to select, instead of scrolling through 20 friends at a time loaded by a REST call friends/list. So, they could type in “foo”, and the request our app makes to the REST API would return, the users match it (say, “foobar” and “foobarred”).
Any advice or links would be greatly appreciated!
Will