PhotosTaggedIn Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets The Photos the user (or friend) is tagged in

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

Syntax

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

Remarks

original: the 'photos' connection is an array of Photo objects.

.NET Framework Security

Permission Description
user_photo_video_tags or friends_photo_video_tags.

See Also