What Facebook API call should I make in order to find new friends by First and Last name?
The functionality that I’m trying to achieve is similar to Find Friends page, but I have to do that programmatically.
Many thanks in advance.
Sincerely,
Roman
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are thinking of implementing something like a typeahead widget, FQL queries are going to be much too slow to do in between user keystrokes.
This query can be run when you first render your page to get you the names of all the user’s friends to embed this information in javascript for the initial page load.