Does the Facebook API return the UNIQUE ID of photos I upload to FB through my app?
There are data I would like to keep track of of the photos which Facebook doesn’t but I want to present in my app.
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.
Each photo was specified with a unique “identity”, This identity is specified by the user’s id and photo’s id
A typical url of a photo looks like this:
That’s a preview mode, in order to access a user’s photos you must have also the privileges to access it
Also I know that each photo on fb has a permalink too
Looking like :
http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/xxxx_10150317692149803_5524802_7778361_2055733189_n.jpgThis is also accessible though fb’s sdk but also is under user’s privileges