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 | |
---|---|---|
FacebookConfiguration |
Top
Properties
Name | Description | |
---|---|---|
AppId | Gets or sets the App ID. | |
AppNamespace | Gets or sets the App Namespace. | |
AppSecret | Gets or sets the App Secret. | |
AppUrl | Gets or sets the absolute URL for the Facebook App. | |
AuthorizationRedirectPath | Gets or sets the URL path that the FacebookAuthorizeFilter will redirect to when the user did not grant the required permissions. | |
ClientProvider | Gets or sets the IFacebookClientProvider . | |
PermissionService | Gets or sets the IFacebookPermissionService . | |
Properties | Gets the additional properties associated with this instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadFromAppSettings | Loads the configuration properties from app settings. | |
MemberwiseClone | (Inherited from Object.) | |
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.