Share via


FacebookConfiguration Class

Configuration for the Facebook application.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.FacebookConfiguration

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

Syntax

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

The FacebookConfiguration type exposes the following members.

Constructors

  Name Description
Public method FacebookConfiguration

Top

Properties

  Name Description
Public property AppId Gets or sets the App ID.
Public property AppNamespace Gets or sets the App Namespace.
Public property AppSecret Gets or sets the App Secret.
Public property AppUrl Gets or sets the absolute URL for the Facebook App.
Public property AuthorizationRedirectPath Gets or sets the URL path that the FacebookAuthorizeFilter will redirect to when the user did not grant the required permissions.
Public property ClientProvider Gets or sets the IFacebookClientProvider .
Public property PermissionService Gets or sets the IFacebookPermissionService .
Public property Properties Gets the additional properties associated with this instance.

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.)
Public method LoadFromAppSettings Loads the configuration properties from app settings.
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