Source Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the URL to a Flash movie or video file to be embedded within the post

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

Syntax

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

.NET Framework Security

Permission Description
generic access_toke

See Also