Tag videos on upload using the Facebook Graph API

Thus, loading video using the new video stream support in the Graph API from http://developers.facebook.com/docs/reference/api/video/ . Name and description fields also work well. However, how do you set tags?

Something similar to photo tags was tested. Like a simple dictionary consisting of tag_uid keys and their values. Is tagging not supported? If so, what is missing?

+3
source share

All Articles