PictureURL Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
If available, gets a link to the picture included with this post

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

Syntax

C#
public string PictureURL { get; }
Visual Basic
Public ReadOnly Property PictureURL As String
	Get
Visual C++
public:
property String^ PictureURL {
	String^ get ();
}

Remarks

original: 'picture' field

.NET Framework Security

Permission Description
access_token

See Also