An FQL table containing information about a video tag. The video_tag table can be used to find all users tagged in a specific video, or all videos that a user has been tagged in. video_tag uses the same visibility constraints as video, so a user can see a video tag if and only if that user can see the video itself.
| Name | Description |
|---|---|
created_time number | The date when the video being queried was added. |
| numeric string | For tagged users, use the user ID of the subject for the tag being queried. For videos associated with events or groups, use the event ID or group ID for subject. |
updated_time number | The date when the video being queried was last modified. |
| numeric string | The ID of the video being queried. The vid cannot be longer than 50 characters. Note: Because the vid is a string, you should always wrap the vid in quotes when referenced in a query. |
To read video_tag you need
access_token for Page owned videosuser_videos permissions for all videos owned by the user (including nonpublic videos)friend_videos permissions for videos owned by the user's friends (including nonpublic videos that the friend has allowed the user to view)