FacebookContext Class

Provides access to Facebook-specific information.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.FacebookContext

Namespace:  Microsoft.AspNet.Mvc.Facebook
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Class FacebookContext
'Usage
Dim instance As FacebookContext
public class FacebookContext
public ref class FacebookContext
type FacebookContext =  class end
public class FacebookContext

The FacebookContext type exposes the following members.

Constructors

  Name Description
Public method FacebookContext

Top

Properties

  Name Description
Public property AccessToken Gets or sets the access token.
Public property Client Gets or sets the Facebook client.
Public property Configuration Gets or sets the FacebookConfiguration .
Public property SignedRequest Gets or sets the parsed signed request.
Public property UserId Gets or sets the user ID.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Mvc.Facebook Namespace