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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top