Pictures Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the PicturesColleciton object that holds the various types of pictures of this photo object

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

Syntax

C#
public PicturesColleciton Pictures { get; internal set; }
Visual Basic
Public Property Pictures As PicturesColleciton
	Get
	Friend Set
Visual C++
public:
property PicturesColleciton^ Pictures {
	PicturesColleciton^ get ();
	internal: void set (PicturesColleciton^ value);
}

Remarks

original: the 'picture' field returns a HTTP 302 redirect to the URL of the picture (use ?type=thumbnail, normal, album to request a different photo)

.NET Framework Security

Permission Description
any valid access_token or user_photos or friend_photos or user_photo_video_tags or friends_photo_video_tags

See Also