FacebookAuthorizeFilter Class
Authorization filter that verifies the signed requests and permissions from Facebook.
Assembly: Microsoft.AspNet.Facebook (in Microsoft.AspNet.Facebook.dll)
The FacebookAuthorizeFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FacebookAuthorizeFilter | Initializes a new instance of the FacebookAuthorizeFilter class. |
| Name | Description | |
|---|---|---|
![]() | CreateRedirectResult | Called when authorization fails and need to create a redirect result. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnAuthorization | Called when authorization is required. |
![]() | OnDeniedPermissionPrompt | Invoked during OnAuthorization(AuthorizationContext) when a prompt requests permissions that were skipped or revoked. Set the context Result property to modify login flow. |
![]() | OnPermissionPrompt | Invoked during OnAuthorization(AuthorizationContext) prior to a permission prompt that is requesting permissions that have not been requested before. Set the context's Result property to modify login flow.. |
![]() | ShowPrompt | Returns an ActionResult that indicates we want to show a permission prompt. Should only be used as a return value within the OnPermissionPrompt(PermissionContext) and OnDeniedPermissionPrompt(PermissionContext) methods. |
![]() | ToString | (Inherited from Object.) |
Show:
