Forked from tylerreinhart/toopher-ruby-pairing-example.rb
Last active
August 29, 2015 14:16
-
-
Save smholloway/6cc97c5e9090013c7463 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", "[email protected]") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment