IconURL Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the icon that Facebook displays when photos are published to the Feed

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

Syntax

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

Remarks

original: 'icon' field (string containing a valid URL)

.NET Framework Security

Permission Description
generic access_token or user_photos or friend_photos or user_photo_video_tags or friends_photo_video_tags

See Also