get Facebook photodetails from photo-id
I need to get the facebook photo details, from its id.
- Currently, am uploading a picture in FB App Album.
- After successful upload, getting uploaded photo-id 开发者_如何学Go
Now how will I get the uploaded-photo-path from its photo-id?
All you need to do is query the graph api :
https://graph.facebook.com/{photo_id}
精彩评论