- ru
- Language: en
- Documentation version: 0.1
Sketchfab¶
Sketchfab uses OAuth 2 for authentication.
To use:
Follow the steps at Sketchfab Oauth, and ask for an
Authorization code
grant type.Fill the
Client id/key
andClient Secret
values you received in your django settings:SOCIAL_AUTH_SKETCHFAB_KEY = '' SOCIAL_AUTH_SKETCHFAB_SECRET = ''