- ru
 - Language: en
 
- Documentation version: 0.1
 
Dribbble¶
Dribbble
Register a new application at Dribbble, set the callback URL to
http://example.com/complete/dribbble/replacingexample.comwith your domain.Fill
Client IDandClient Secretvalues in the settings:SOCIAL_AUTH_DRIBBBLE_KEY = '' SOCIAL_AUTH_DRIBBBLE_SECRET = ''
Also it’s possible to define extra permissions with:
SOCIAL_AUTH_DRIBBBLE_SCOPE = [...]
See auth scopes at Dribbble Developer docs.