I'm using the Facebook Graph API to upload photos to photo albums on Facebook from my iOS app. However, I found that when the privacy setting of the photo album is set to "Friends of Friends", upload fails with OAuthException, message as follows:
Application's Activity Privacy for User is not sufficient to perform this action
I have tried with practically all the permissions specified in this Facebook developer page, but still no success. Uploading works fine when the album privacy settings are the usual such as "Friends", "Only Me" etc so I believe the problem must be due to certain additional permissions required.
Any help or advice is greatly appreciated. Thanks!
Finally found this Bug Report in Facebook Developers site. Problem was due to the app's privacy setting being more restrictive than that of the album.
May also want to see this.