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 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

share|improve this question
Does it do the same thing when using the Graph API Explorer tool? – DMCS Jan 20 '12 at 21:56
Yes, using Graph API Explorer gives the same result. – Xiaomo Liu Jan 21 '12 at 1:56
But when you go to the item to see the tag, you cannot see it? – DMCS Jan 21 '12 at 1:58
That's the problem, I cannot see tags on the photo. – Xiaomo Liu Jan 21 '12 at 3:36
No one knows this problem? – Xiaomo Liu Jan 23 '12 at 15:10

1 Answer

up vote 1 down vote accepted

Never Mind. This is a facebook bug and they've resolved it.

http://developers.facebook.com/bugs/219863651435428?browse=search_4f1dd23884db68e10949201

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.