I am developing a game which is saving opponents ID. So I wanted to know how can I get user’s name and and profile pic from the id here is what goes in for the parameter in
[facebook requestWithGraphPath:@"_______" andDelegate:self];
thanks
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.
Did you get the facebook ID? If you got it, just fill it to the parametes
https://developers.facebook.com/docs/reference/api/user/
For profile picture, call this url and it will return a jpg link for you