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.

My app's created a photo for a user using the graph api and I can't find any documentation as to how to update any attributes of the photo. I'm especially curious about the privacy setting as I'd want to add more users to the whitelist to see the photo at a later date.

share|improve this question

1 Answer

up vote 1 down vote accepted

You can not currently set the privacy level for a photo via API.

If you post a photo to the user’s wall, then the privacy level will be identical to the people that can see their wall contents;

if you upload a photo to a specific album, then the albums privacy settings will be inherited.

Only if your app creates an album for the user itself, then you can set the privacy level, see https://developers.facebook.com/docs/reference/api/user/#albums And even that can’t be changed later via API, as far as I know.

share|improve this answer
Boo, i figured it was impossible but was hoping otherwise. Thanks – Tal Aug 27 '12 at 17:11

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.