Method | Description | |
---|---|---|
Encode ( string str ) : string |
Encode a given string for use awith javascript queries and post bodies.
|
|
GenerateSignature ( string signatureBaseString, string tokenSecret = "" ) : string |
Generates a HMAC_SHA1 signature to authenticate API requests with the ConsumerSecretKey and if possible the session token associated with the account.
|
|
GetNonce ( ) : string |
Generates an unique token to use with an request.
|
|
GetTimeStamp ( ) : string |
Returns the current time as a timestamp for use with a request.
|
Method | Description | |
---|---|---|
RequestBuilder ( ) : System |
Primary constructor.
|
public GenerateSignature ( string signatureBaseString, string tokenSecret = "" ) : string | ||
signatureBaseString | string | The string that is being used to generate the signature. |
tokenSecret | string | The session token associated with the account. |
return | string |