oauth.authorize

Second call that has to be performed while authenticating a user against Renderfarm.fi. This call will deport the user on the authorization page. A call to oauth.requestToken must have been performed earlier.

Signature:

oauth.authorize

Call:

URL: https://xmlrpc.renderfarm.fi/oauth.authorize

Method: GET to access the authorization page

Protocol: OAuth v1.0 using HMAC-SHA1 for signing the requests

Transport: HTTPS

Parameters:

Expected parameters are as defined in the protocol:

  • oauth_token: request token
  • oauth_callback: the URL where the user has to return once authenticated

Exceptions:

If anything goes wrong such as the signing of the request of the wrong signature method being used.

Returns:

Returns when the authentication is successful. The elements return are :

  • oauth_token: the request token the user authorized

 Sample response:

yada yada yada ... (...)