Session information
Follow the base class link to learn inherited methods and properties
Description
Constructor for a Facebook session record.
Parameters
|
Name |
Type |
Definition |
|---|---|---|
|
session_key |
Session key used by Facebook |
|
|
uid |
Facebook user id |
|
|
expires |
Expiry time for the cookie |
|
|
secret |
Session-specific secret for thissession/application tuple |
|
|
base_domain |
||
|
sig |
Signature for validation of the session |
public string base_domain
public int expires
public string secret
public string session_key
public string sig
public string uid
Back to namespace FB