Skip to content

Instantly share code, notes, and snippets.

@hcwiley
Created March 6, 2012 08:06
Show Gist options
  • Save hcwiley/1984844 to your computer and use it in GitHub Desktop.
Save hcwiley/1984844 to your computer and use it in GitHub Desktop.
django-oauth-plus accessors http://bitbucket.org/david/django-oauth-plus
# With this setup, your OAuth URLs will be:
Request Token URL: /oauth/request_token/
User Authorization URL: /oauth/authorize/, using HTTP GET.
Access Token URL: /oauth/access_token/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment