I used to be able add photo tag via graph api call. But it doesn't seem to work now. Does anyone know if it is an API change or something else?
Here are the steps I used to add photo tags
======================================
Step 1: use curl to send a graph call for add a photo tag
curl -k "https://graph.facebook.com/[PHOTO_ID]/tags/[USER_ID]" -X POST -F access_token=[ACCESS_TOKEN]
and it returns "true"
Step 2: send a request to obtain photo tags via browser and return no tag
https://graph.facebook.com/[PHOTO_ID]/tags?access_token=%5BACCESS_TOKEN%5D