[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.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

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

Implements

ISessionInfo..::.Secret

Remarks

See Facebook's documentation on Session Secret.

See Also

SessionInfo Class
Facebook.Api Namespace