Skip to content

Instantly share code, notes, and snippets.

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 smholloway/4db0acf76400d4680847 to your computer and use it in GitHub Desktop.
Save smholloway/4db0acf76400d4680847 to your computer and use it in GitHub Desktop.
require_once("toopher_api.php");
// Create an API object using your credentials
$toopherApi = new ToopherAPI($key, $secret);
// Step 1 - Pair with their phone's Toopher app
$pairing = $toopherApi->pair("pairing phrase", "username@yourservice.com");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment