[This is preliminary documentation and is subject to change.]
Gets the session key for the profile owner which must be used to render the user's profile tab content.
Namespace:
Facebook.Web
Assembly:
Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public string ProfileSessionKey { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property ProfileSessionKey As String |
Visual C++ |
---|
public:
property String^ ProfileSessionKey {
String^ get ();
void set (String^ value);
} |
See Also
FacebookHttpRequest Class
Facebook.Web Namespace