Tags Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the PhotoTag objects that are tagged and their positions in this photo

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

Syntax

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

Remarks

original: tags.data is an array of objects, each containing id, name, created_time and, the x and y coordinates are percentages from the left and top edges of the photo, respectively

.NET Framework Security

Permission Description
generic access_token or user_photos or friend_photos or user_photo_video_tags or friends_photo_video_tags

See Also