C# Класс Facebook.Graph.Web.Mvc.VerifyFacebookSignatureFilterAttribute

Provides functionality for verifying a Facebook signature.

Apply this attribute to a Canvas page action method to verify that the action is being initiated via Facebook's server. Alternatively, you may apply the FacebookStatusFilterAttribute to the method to obtain information about the user currently using the Canvas page. If the user is not actually on a Facebook Canvas page, an OAuthException will be thrown prior to invoking the method.

Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Описание методов

OnActionExecuting() публичный Метод

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Результат void