oauth.accessToken

Third and last call that has to be performed while authenticating an user. The user previously gave his credentials on Renderfarm.fi. This last call will grant the request token.

Signature:

oauth.accessToken

Call:

URL: http://xmlrpc.renderfarm.fi/oauth.accessToken

Method: POST only

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

Transport: HTTP

Parameters:

Expected parameters are as defined in the protocol:

  • oauth_token: request token
  • oauth_token_secret:the token secret

Exceptions:

If anything goes wrong such as :

  • the signature method isn't the right one
  • the signature doesn't match
  • the token is rejected

Information will be present under oauth_problem.

Returns:

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

  • oauth_token: the access token to access protected ressources
  • oauth_token_secret: the token secret

 Sample response:

yada yada yada ... (...)