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