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 am trying to tag friends in facebook video, using Facebook API, I am coding in PHP.

In Permission Documentation,

There are permissions

user_photo_video_tags   
friends_photo_video_tags

But I don't see anything mentioned in Facebook API reference

share|improve this question

1 Answer

up vote 0 down vote accepted

it's on this page: https://developers.facebook.com/docs/reference/api/photo/#tags


oops, my bad. video tagging is not supported. https://developers.facebook.com/docs/reference/api/video/, at least not by the Graph API.

share|improve this answer
This link is for tagging photo, I want to tag video. – programmer Jun 12 '11 at 14:16
updated answer. – jcomeau_ictx Jun 12 '11 at 14:56
Thanks for information, I hope they release it soon. It saved lot of my time searching for one. – programmer Jun 12 '11 at 17:44
Are there any API's yet which we can use to tag videos? Or is there any other option available yet? – girishvr Mar 11 at 10:19

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.