I have an app where I ask the user to select one friend from his friend list, and then I want to get the friend’s profile photo with php.
I have all the necessary permissions set. I require a breakdown of how this can be achieved.
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.
https://graph.facebook.com/USER_ID/friendsand display them.https://graph.facebook.com/FRIEND_ID?fields=picture.height(720)Little trick: you’ll get the max size by choosing more than 960 pixels as the height.