Skip to content

Instantly share code, notes, and snippets.

@jhorman
Created December 14, 2011 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jhorman/1477791 to your computer and use it in GitHub Desktop.
Save jhorman/1477791 to your computer and use it in GitHub Desktop.
Springpad OAuth Help
# 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