Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smholloway/6cc97c5e9090013c7463 to your computer and use it in GitHub Desktop.
Save smholloway/6cc97c5e9090013c7463 to your computer and use it in GitHub Desktop.
require 'toopher_api'
# Create an API object using your credentials
toopher = ToopherAPI.new("key", "secret")
# Step 1 - Pair with their phone's Toopher app
pairing = toopher.pair("pairing phrase", "username@yourservice.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment