Tags Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets a collection of TagInfo objects represent tags in this video

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public FacebookObjectCollection<TagInfo> Tags { get; }
Visual Basic
Public ReadOnly Property Tags As FacebookObjectCollection(Of TagInfo)
	Get
Visual C++
public:
property FacebookObjectCollection<TagInfo^>^ Tags {
	FacebookObjectCollection<TagInfo^>^ get ();
}

Remarks

original: tags.data is an array of objects containing id, name and created_time fields

.NET Framework Security

Permission Description
user_videos

See Also