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

The FacebookHttpSession type exposes the following members.

Properties

  NameDescription
Added
Gets or sets a value representing whether the user for the current HTTP request has added the application.
ApiKey
Gets or sets the API key for the application accessed for the current HTTP request.
BaseDomain
Gets or sets the base domain for web applications when the application is run on multiple domains.
(Inherited from SessionInfo.)
Count
Gets the number of items stored in the session state.
Current
Gets a reference to the FacebookHttpSession object for the current HTTP request.
Expires
Gets or sets a DateTime value representing when the session expires.
(Inherited from SessionInfo.)
ExtendedPermissions
Gets or sets a list of any extended permissions that the user has granted the application.
Friends
Gets or sets the list of friend UIDs of the visiting user included in the current HTTP request.
InnerDictionary
Gets a reference to the dictionary object used to store the results of XPath property queries.
(Inherited from FacebookObjectBase.)
Item
Gets or sets the session state item at the specified key.
Keys
Gets a collection of keys contained in the session state.
LastProfileUpdate
Gets or sets the date/time that the user's profile was last updated.
LinkedAccountIds
Gets or sets a list of account_id values that match the user's email hash that were previously sent to Facebook using RegisterUsers(array<String>[]()[]).
Locale
Gets or sets the user's locale.
Secret
Gets or sets the session secret used for communicating with the API with JavaScript or Flash.
(Inherited from SessionInfo.)
SessionKey
Gets or sets the session key generated by the Facebook API for the current session.
(Inherited from SessionInfo.)
Uid
Gets or sets the id of the Facebook user.
(Inherited from SessionInfo.)
Values
Gets a collection of session state items contained in the session state.
XmlContent
Gets a reference the XDocument data source specified for this instance.
(Inherited from FacebookObjectBase.)

Explicit Interface Implementations

  NameDescription
ICollection<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>)..::.IsReadOnly
IFacebookObject..::.XmlContent
Gets a reference the XDocument data source specified for this instance.
(Inherited from FacebookObjectBase.)

See Also

FacebookHttpSession Class
Facebook.Web Namespace