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

The FacebookContextBase<(Of <(TCache, TSession>)>) type exposes the following members.

Constructors

  NameDescription
FacebookContextBase<(Of <(TCache, TSession>)>)Overloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitSession
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DEFAULT_EXECUTE_TIMEOUT
The default maximum amount of time, in milliseconds, that a request will be active before timing out.
DEFAULT_VERSION
The default value that is passed as the "v" parameter for all API calls.

Properties

  NameDescription
Admin
ApiKey
Gets the API key used to initialize this context.
Application
ApplicationType
Gets the ApplicationType of the context.
Auth
Batch
Provides internal access to the current batch, if any, for the context.
Cache
Gets or sets the reference to the cache object used by the current context.
Comments
Connect
Data
Events
Fbml
Feed
Fql
Gets a reference to the FqlController that allows FQL queries to be executed.
Friends
Groups
HasSession
Gets a value representing whether an authenticated session has been established between the current use and the application.
Links
LiveMessage
Notes
Notifications
Pages
Photos
Profile
Secret
Gets the application secret used to initialize this context.
Session
Gets the SessionInfo object that contains information about the current user's session.
SessionCache
Gets a reference to an instance of FacebookCache used specifically for storing ISessionInfo data.
Status
Timeout
Gets or sets the amount of time, in milliseconds, API requests will be active before timing out.
Users
Version
Gets the API version this context targets.
Video

Explicit Interface Implementations

  NameDescription
IFacebookContext..::.Batch
Gets the current batch, if any, for the context.
IFacebookContext..::.ExecuteRequest<(Of <(TValue>)>)
Executes a FacebookRequest for methodName with the specified arguments.
ISerializable..::.GetObjectData
Populates a SerializationInfo object with the data needed to serialize the FacebookContextBase<(Of <(TCache, TSession>)>).
IFacebookContext..::.InitSession
IFacebookContext..::.Session

See Also

FacebookContextBase<(Of <(TCache, TSession>)>) Class
Facebook Namespace