EmbedHtml Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the html element that may be embedded in an Web page to play the video

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

Syntax

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

Remarks

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

.NET Framework Security

Permission Description
user_videos

See Also