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
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

메소드 상세

OnActionExecuting() 공개 메소드

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void