[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:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
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
Remarks
See Facebook's documentation on Session Secret.