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

The AuthController type exposes the following members.

Constructors

  NameDescription
AuthController
Initializes a new instance of the AuthController class

Methods

  NameDescription
CreateToken
Creates an
CopyC#
auth_token
to be passed in as a parameter to login.php and then to auth.getSession after the user has logged in.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteRequestOverloaded.
ExpireSession
Expires the session indicated in the API call, for your application.
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.)
GetSessionOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PromoteSession
Returns a temporary session secret associated to the current existing session, for use in a client-side component to an application.
RevokeAuthorizationOverloaded.
RevokeExtendedPermissionOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
FacebookContext
Gets a reference to the IFacebookContext object that will process requests made to this controller.
(Inherited from FacebookApiController.)

See Also

AuthController Class
Facebook.Api.Controllers Namespace