FacebookAuthorizeFilter Class

Authorization filter that verifies the signed requests and permissions from Facebook.

System.Object
  Microsoft.AspNet.Facebook.Authorization.FacebookAuthorizeFilter

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

public class FacebookAuthorizeFilter : IAuthorizationFilter

The FacebookAuthorizeFilter type exposes the following members.

  NameDescription
Public methodFacebookAuthorizeFilterInitializes a new instance of the FacebookAuthorizeFilter class.
Top

  NameDescription
Public methodCreateRedirectResultCalled when authorization fails and need to create a redirect result.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnAuthorizationCalled when authorization is required.
Protected methodOnDeniedPermissionPromptInvoked during OnAuthorization(AuthorizationContext) when a prompt requests permissions that were skipped or revoked. Set the context Result property to modify login flow.
Protected methodOnPermissionPromptInvoked 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..
Protected methodShowPromptReturns 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.
Public methodToString (Inherited from Object.)
Top

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