How i can get users details in FB by their id?
I have ids array, and i need to get all user’s profiles by one query from ActionScript, is it possible?
How i can get users details in FB by their id? I have ids
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.
This example is taken from the very first page of the Graph API Documentation under the ‘selection’ heading:
This works with the ?fields selector too, so you could also do
https://www.graph.facebook.com/?fields=id,name,picture&ids=<CSV LIST OF IDS>