Method | Description | |
---|---|---|
Authorize ( ) : System.Web.Mvc.ActionResult |
URL: Twitter/Authorize
|
|
AuthorizeConfirmed ( string oauth_token, string oauth_verifier ) : System.Web.Mvc.ActionResult |
URL: Twitter/AuthorizeConfirmed
|
Method | Description | |
---|---|---|
GetAuthorizeReturnUrl ( ) : string |
Gets the authorize return URL.
|
|
IsCurrentTokenValid ( ITwitterConnection twitterConnection ) : bool |
Determines whether [is current token valid] [the specified twitter connection].
|
public Authorize ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
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 |