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

The IFacebookContext type exposes the following members.

Methods

  NameDescription
ExecuteRequest<(Of <(TValue>)>)
Executes a FacebookRequest for methodName with the specified arguments.
InitSession
Initializes the IFacebookContext implementation's Session property with values from the specified ISessionInfo object.

Properties

  NameDescription
ApiKey
Gets the API key that identifies the Facebook application.
ApplicationType
Gets the ApplicationType of the context instance.
Batch
Gets the current batch, if any, for the implementation of IFacebookContext.
HasSession
Gets a value representing whether an authentication session has been established between the user and the appliation.
Secret
Gets the application secret that corresponds to the ApiKey used to authenticate the application.
Session
Gets a reference to a ISessionInfo object containing data about the current session.
Version
Gets the version of the API targeted by the context instance.

See Also

IFacebookContext Interface
Facebook Namespace