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.

I would like my application to upload photo to a specific album of my friend. photos.upload(); can take albumid and userid as parameters, but it says "invalid albumId" whenever I try to upload it into my friends' albums, where as it successfully gives out the pictureId if it were to upload in my own Albums.

share|improve this question
1  
That's not actually possible in the web UI is it? – Rup Jun 9 '10 at 12:49
I know Facebook is playing fast and loose with privacy settings, but can you really add photos to another user's album? Seems like this is ripe for abuse? – Jim B Jun 9 '10 at 13:14
It occurs to me: if you're trying to build a shared album the you could instead create a private group and you should (hopefully) be able to upload photos to one of the group's albums with the API. However if you're trying to modify someone else's album without their permission I expect you're out of luck. – Rup Jun 10 '10 at 11:21

1 Answer

This isn't possible. There is no permission combination that will allow this. You can only share photos on the wall/timeline of the friend.

share|improve this answer

protected by Will Jan 17 '11 at 14:18

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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