Method | Description | |
---|---|---|
Authenticate ( string pin ) : AccountToken |
指定した PIN で認証します。
|
|
CreateParameters ( string httpMethod, |
指定したメソッド、アドレスおよびクエリの OAuth シグネチャおよびパラメータを取得します。
|
|
Dispose ( ) : void |
OAuthAuthorization によって使用されているすべてのリソースを開放します。
|
|
EscapeDataString ( string s ) : string |
文字列をエスケープ表現に変換します。( ) * ' ! もエスケープします。
|
|
GetAuthorizationUri ( ) : |
認証のためのアドレスを取得します。
|
|
OAuthAuthorization ( AccountToken token ) : System |
アカウントを指定し OAuthAuthorization の新しいインスタンスを初期化します。
|
|
OAuthAuthorization ( string consumerKey, string consumerSecret ) : System |
Consumer key と Consumer secret を指定し OAuthAuthorization の新しいインスタンスを初期化します。
|
|
OAuthAuthorization ( string consumerKey, string consumerSecret, AccountToken token ) : System |
Consumer key、 Consumer secret およびアカウントを指定し OAuthAuthorization の新しいインスタンスを初期化します。
|
Method | Description | |
---|---|---|
ConvertUrlEncode ( string query ) : string | ||
CreateOnce ( ) : string | ||
CreateParameters ( string token = null ) : string>.Dictionary |
||
CreateSignature ( string httpMethod, |
||
CreateSignature ( string httpMethod, |
||
CreateTimestamp ( ) : long | ||
DownloadString ( |
||
OAuthAuthorization ( ) : System | ||
UploadString ( |
public Authenticate ( string pin ) : AccountToken | ||
pin | string | PIN。 |
return | AccountToken |
public CreateParameters ( string httpMethod, |
||
httpMethod | string | メソッド。 |
uri | アドレス。 | |
query | string | クエリ。 |
return | string |
public static EscapeDataString ( string s ) : string | ||
s | string | 文字列。 |
return | string |
public OAuthAuthorization ( AccountToken token ) : System | ||
token | AccountToken | アカウント。 |
return | System |
public OAuthAuthorization ( string consumerKey, string consumerSecret ) : System | ||
consumerKey | string | Consumer key。 |
consumerSecret | string | Consumer secret。 |
return | System |
public OAuthAuthorization ( string consumerKey, string consumerSecret, AccountToken token ) : System | ||
consumerKey | string | Consumer key。 |
consumerSecret | string | Consumer secret。 |
token | AccountToken | アカウント。 |
return | System |