[This is preliminary documentation and is subject to change.]

Gets the application secret that corresponds to the ApiKey used to authenticate the application.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
string Secret { get; }
Visual Basic (Declaration)
ReadOnly Property Secret As String
Visual C++
property String^ Secret {
	String^ get ();
}

See Also

IFacebookContext Interface
Facebook Namespace