C# Class vlko.web.Areas.Admin.Controllers.TwitterController

Inheritance: vlko.core.Base.BaseController
Mostrar archivo Open project: vlko/vlko

Public Methods

Method Description
Authorize ( ) : System.Web.Mvc.ActionResult

URL: Twitter/Authorize

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

URL: Twitter/AuthorizeConfirmed

Private Methods

Method Description
GetAuthorizeReturnUrl ( ) : string

Gets the authorize return URL.

IsCurrentTokenValid ( ITwitterConnection twitterConnection ) : bool

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

Method Details

Authorize() public method

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

AuthorizeConfirmed() public method

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.
return System.Web.Mvc.ActionResult