C# 클래스 Facebook.Graph.Web.Mvc.SubscriptionController

Implements the basic behaviors necessary for a Controller class to handle incoming requests from the Graph server to handle subscription updates.
상속: Controller
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

보호된 메소드들

메소드 설명
OnErrorsReported ( string applicationName ) : void
OnPermissionsUpdated ( string applicationName, string userID, ExtendedPermissions permissions ) : void

OnUserUpdated ( string applicationName, string userID, string updatedProperties ) : void

Called when a User object is updated.

비공개 메소드들

메소드 설명
Handler ( string challenge, string verify_token, object content, string applicationName ) : System.Web.Mvc.ActionResult

메소드 상세

OnErrorsReported() 보호된 메소드

protected OnErrorsReported ( string applicationName ) : void
applicationName string
리턴 void

OnPermissionsUpdated() 보호된 메소드

protected OnPermissionsUpdated ( string applicationName, string userID, ExtendedPermissions permissions ) : void
applicationName string
userID string
permissions ExtendedPermissions
리턴 void

OnUserUpdated() 보호된 메소드

Called when a User object is updated.
protected OnUserUpdated ( string applicationName, string userID, string updatedProperties ) : void
applicationName string The name of the application, determined by the routing properties.
userID string The ID of the user who was updated.
updatedProperties string A list of properties that were updated for the user.
리턴 void