C# 클래스 vlko.web.Areas.Admin.Controllers.TwitterController

상속: vlko.core.Base.BaseController
파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
Authorize ( ) : System.Web.Mvc.ActionResult

URL: Twitter/Authorize

AuthorizeConfirmed ( string oauth_token, string oauth_verifier ) : System.Web.Mvc.ActionResult

URL: Twitter/AuthorizeConfirmed

비공개 메소드들

메소드 설명
GetAuthorizeReturnUrl ( ) : string

Gets the authorize return URL.

IsCurrentTokenValid ( ITwitterConnection twitterConnection ) : bool

Determines whether [is current token valid] [the specified twitter connection].

메소드 상세

Authorize() 공개 메소드

URL: Twitter/Authorize
public Authorize ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

AuthorizeConfirmed() 공개 메소드

URL: Twitter/AuthorizeConfirmed
public AuthorizeConfirmed ( string oauth_token, string oauth_verifier ) : System.Web.Mvc.ActionResult
oauth_token string The oauth_token.
oauth_verifier string The oauth_verifier.
리턴 System.Web.Mvc.ActionResult