Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top