Method | Description | |
---|---|---|
OAuthRequest ( |
||
request ( |
Calls a webservice specified by its url and passing it the parameters
|
Method | Description | |
---|---|---|
_generateNonce ( ) : string |
Generates an OAuth Nonce
|
|
_generateSignature ( |
Generates the request signature for OAuth call
|
|
_generateSignatureBase ( |
Normalizes the query parameters by sorting them according to the OAuth specification Generates the signature base
|
|
_generateSignatureUsingHash ( string signatureBase, |
Generates the request signature using the hash
|
|
_generateTimestamp ( ) : string |
Generates the OAuth timestamp in number of seconds since January 1st 1970
|
public OAuthRequest ( |
||
consumer | ||
debugType | string | |
return | System |
public request ( |
||
url | Url of the service to call | |
httpMethod | string | |
oauthToken | string | oauth token (if exists) |
oauthTokenSecret | string | oauth token secret (if exists) |
extraParameters | List |
the list of parameters to send the service |
return | string |