How can I retrieve photo details using facebook graph APIs?
I know how to retrieve posts details using FB apis by calling this URL: graph.facebook.com/<PostID>?accesstoken=AA
What about photo posts whose URLs contain photo.php?
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.
As I understand you are asking about Photos that has been posted on user wall. These photo posts are same as any normal post but TYPE field of such posts is PHOTO.
The attached photo can be retrieved using the OBJECT_ID field of this post.
Refer following link for more detail.
https://developers.facebook.com/docs/reference/api/post/