Tumblr¶
Backend class¶
For Django, add this class path to AUTHENTICATION_BACKENDS. For other
integrations, use the same class path in the framework-specific backend
setting.
Backend name |
Class path |
|---|---|
|
|
Tumblr uses OAuth 1.0a for authentication.
Register a new application at http://www.tumblr.com/oauth/apps
Set the
Default callback URLto http://[your domain]/fill
OAuth Consumer KeyandSecret Keyvalues in your Django settings:SOCIAL_AUTH_TUMBLR_KEY = '' SOCIAL_AUTH_TUMBLR_SECRET = ''