auth.requestAccessToken

Introduction

Once you have an authorized authorization token, you can swap it for an access token, which can be used to connect to the API. See authorization protocol for more details.

Parameters

Name Type Description
auth_token string The authorization token to use
auth_verifier string A verification token passed back from NewHaze
auth_signature string An MD5 hash to verify the auth_token_secret. Learn more

Using the PHP Library

<?php
$response
=$newhaze->api->auth_requestAccessToken($auth_token, $auth_verifier, $auth_secret);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help