Skip to content

Instantly share code, notes, and snippets.

@melvinmt
Created March 1, 2011 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvinmt/849351 to your computer and use it in GitHub Desktop.
Save melvinmt/849351 to your computer and use it in GitHub Desktop.
<?php
require_once('Tinypayme.php');
$t = new Tinypayme($mashape_api_key);
$code = $_GET['code'];
$request = $t->getOAuthAccessToken(YOUR_ACCESS_TOKEN, $code);
$access_token = $request->result->access_token;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment