C# Class XSpect.MetaTweet.Modules.Authorizer

Inheritance: LinqToTwitter.OAuthAuthorizer, ITwitterAuthorizer
Show file Open project: takeshik/metatweet-old

Public Methods

Method Description
Authorize ( ) : void
Authorizer ( FileInfo tokenFile ) : System
Load ( ) : void
Load ( String credentialsString ) : void
Save ( ) : void

Method Details

Authorize() public method

public Authorize ( ) : void
return void

Authorizer() public method

public Authorizer ( FileInfo tokenFile ) : System
tokenFile System.IO.FileInfo
return System

Load() public method

public Load ( ) : void
return void

Load() public method

public Load ( String credentialsString ) : void
credentialsString String
return void

Save() public method

public Save ( ) : void
return void