Skip to content

Instantly share code, notes, and snippets.

@paykroyd
Forked from jhorman/springpad_oauth.sh
Created May 3, 2012 22:28
Show Gist options
  • Save paykroyd/2590028 to your computer and use it in GitHub Desktop.
Save paykroyd/2590028 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