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've a new problem with photo tagging in facebook rest api... I'm using photo.addTag with the correct parameter but the response give me an error "Invalid photo tag subject"

How can i fix it? Thanks

https://api.facebook.com/method/photos.addTag?pid=100001615002070_596708&tag_uid= FRIEND_UID&x=0&y=0&owner_uid= OWNER_UID&access_token=XXXXXXXXXXXXXXX&format=json

share|improve this question
Also new graph api TAG function give me that error "(#322) Invalid photo tag subject".... What's the problem? :( For me all parameters are ok... and some months ago it worked fine – Enricosoft Aug 31 '11 at 9:43

1 Answer

the new graph api has a different parameter, you have to change "tag_uid" to "to", as described here: https://developers.facebook.com/docs/reference/api/photo/

(see the section about tags)

can you present the full code of your call to the graph api? would be easier to help you then.

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.