- ru
 - Language: en
 
- Documentation version: 0.1
 
Tumblr¶
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 = ''