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

Gets or sets the session secret used for communicating with the API with JavaScript or Flash.

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

Syntax

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

Remarks

See Facebook's documentation on Session Secret.

See Also

ISessionInfo Interface
Facebook Namespace