Pictures Property
From Facebook API Wrapper
Gets the PicturesColleciton object that holds the The album's cover photo, the first picture uploaded to an album becomes the cover photo for the album.
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 album's cover picture (use ?type=thumbnail, small, album to request a different photo)
.NET Framework Security
| Permission | Description |
|---|---|
| Any valid access_token or user_photos or friend_photos |
See Also