Gets the PicturesColleciton object that holds the various types of pictures of this user 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 URL of the user's profile picture (use ?type=square | small | normal | large to request a different photo)
.NET Framework Security
Permission | Description |
---|---|
No access_token required. |