OAuthVerifierKeyProcess

Top  Previous  Next

“OAuthVerifierKeyProcess" element should be placed into a ProcessForm. This element produces the URL to access verifier key for OAuth security mechanism.
 
OAuthVerifierKeyProcess

 
Properties

 

OAuth Consumer

Key (Accepts MScript)
A value used by the Consumer to identify itself to the Service Provider.

 

Secret (Accepts MScript)
A secret used by the Consumer to establish ownership of the Consumer Key.

 

Signature Method (Accepts MScript)

The method to be used when the application introduces itself.

 
OAuth Provider

Request Token Endpoint URL (Accepts MScript)
This URL requests to obtain Request Token

 

Access Token Endpoint URL (Accepts MScript)
This URL requests to obtain Access Token

 

Authorization Web Site URL (Accepts MScript)
This URL requests to get authorization to obtain Request Token

 
Unique ID (Accepts MScript)

This ID establishes connection with RestProcess or RestQueryDataSource.

 

Callback URL (Accepts MScript)

The URL which response will be sent after service request is complete. The response is sent with “oauth_verifier” parameter. If the parameter is empty, page is not redirected after the verification.

 

Target Symbol (Accepts MScript)

The name of the target symbol that will contains the produced URL.

 
Example: Connection to Twitter Web Service via OAuth.

Key

iIlNngv1KdV6XzNYkoLA

Secret

exQ94pBpLXFcyttvLoxU2nrktThrlsj580zjYzmoM

Request Token Endpoint URL

http://twitter.com/oauth/request_token

Access Token Endpoint URL

http://twitter.com/oauth/access_token

Authorization Web Site URL

http://twitter.com/oauth/authorize

Unique ID

oa

Callback URL

%vof(PAGE_NAME)

Target Symbol

v:URL