FacebookAuthorizeAttribute Class
Restricts the access to requests with valid Facebook signed request parameter and to users that have the required permissions. This attribute can be declared on a controller, an action or both.
Assembly: Microsoft.AspNet.Facebook (in Microsoft.AspNet.Facebook.dll)
The FacebookAuthorizeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FacebookAuthorizeAttribute() | Initializes a new instance of the FacebookAuthorizeAttribute class without requiring permissions. |
![]() | FacebookAuthorizeAttribute(String[]) | Initializes a new instance of the FacebookAuthorizeAttribute class requiring permissions. |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke | (Inherited from Attribute.) |
Show:
