Test server with predefined (static) key and secret:
Step 1 : Getting a Request Token :
A successful request will return the following:
current values: An unsuccessful request will attempt to describe what went wrong. Example :#oRequestReq.getString()#Test output - signature string : #oRequestReq.signatureBaseString()# |
Step 2 : Getting an Access Token :The Request Token provided above is already authorized, you may use it to request an Access Token right away.
A successful request will return the following:
current values: An unsuccessful request will attempt to describe what went wrong. Example#oAccessReq.getString()#Test output - signature string : #oAccessReq.signatureBaseString()# |
Making Authenticated CallsUsing your Access Token you can make authenticated calls.
A successful request will echo the non-OAuth parameters sent to it, for example:
An unsuccessful request will attempt to describe what went wrong. Example#oEchoReq.getString()#Test output - signature string : #oEchoReq.signatureBaseString()# |
Supported signature methods : |