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 my app i want the user to be able to untag himself from a photo. I have enabled the permissions: user_photos, friends_photos, publish_stream, publish_actions, user_status

when i tried it i am getting an error as follows

{"error":{"type":"OAuthException","message":"(#3) Application does not have the capability to make this API call."}} when I try to do the deletion via

https://graph.facebook.com/some_photo_id/tags/user_id?access_token=a_valid_access_token&callback=whatever&method=delete&pretty=0&sdk=joey

is there any other permissions to be added. When i was googling i found a link related to be the same question

is it facebook restricting to delete a photo? pls help me friends

share|improve this question

1 Answer

up vote 1 down vote accepted

Photos can only be deleted by the application that uploaded them.

There is also no API for removing photo tags, only for adding and modifying tags

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.