Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does facebook always remove photo properties after it is uploaded in their site? Is there any way to preserve the photo properties even though it is uploaded. Is there a method to retrieve the photo properties of the photos that are uploaded to facebook?

share|improve this question
1  
Are you talking about EXIF data? It looks like no to all those. Facebook uses a pretty aggressive compression algorithm for both space and privacy that strips all extraneous data. – cpilko Aug 27 '12 at 16:36

1 Answer

With FQL you can retrieve the info...

Take a look at: http://developers.facebook.com/docs/reference/fql/photo/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.