Is there a Facebook Graph API query to return names of my friends if I provide a list of IDs? I know I can do it separately for each friend but obviously this would be faster.
Share
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.
Yes there is a way to get the names from
friendsconnection of userUsing PHP-SDK this can be done like this:
If you want to pass the
idsof users to get their names it may be done so:Or the same using PHP-SDK: