Created
December 14, 2011 18:17
-
-
Save jhorman/1477791 to your computer and use it in GitHub Desktop.
Springpad OAuth Help
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
# http://mojodna.net/2009/08/21/exploring-oauth-protected-apis.html | |
easy_install oauth-proxy | |
sudo gem install oauth | |
oauth --consumer-key XXXXX --consumer-secret XXXXX --access-token-url http://springpadit.com/api/oauth-access-token --authorize-url http://springpadit.com/api/oauth-authorize --request-token-url http://springpadit.com/api/oauth-request-token authorize | |
oauth-proxy --consumer-key XXXXX --consumer-secret XXXXX -p 8001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment