Created
April 18, 2014 21:16
-
-
Save tylerreinhart/11064762 to your computer and use it in GitHub Desktop.
toopher-perl-pairing-example.com
This file contains 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
use ToopherAPI | |
# Create an API object using your credentials | |
my $api = new ToopherApi("<your consumer key>", "<your consumer secret>"); | |
# Step 1 - Pair with their phone's Toopher app | |
my $pairing_status = $api->pair("pairing phrase", "[email protected]"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment