FacebookConfiguration Class
Configuration for the Facebook application.
Assembly: Microsoft.AspNet.Facebook (in Microsoft.AspNet.Facebook.dll)
The FacebookConfiguration type exposes the following members.
| 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. |
| 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.) |
Show:
