I can use the following https://graph.facebook.com/user_id to get user’s data (like name, gender etc.).
Is there a way I can do something similar to
https://graph.facebook.com/user1_id, user2_id, user3_id, ... ?
so I will get all the data in one request?
Yes, I tried following line and it is working.
https://graph.facebook.com/?ids=19292868552,bharatpatil007,220439
And it is working. It’s result is as follows