Sketchfab¶
Sketchfab uses OAuth 2 for authentication.
To use:
Follow the steps at Sketchfab Oauth, and ask for an
Authorization codegrant type.Fill the
Client id/keyandClient Secretvalues you received in your django settings:SOCIAL_AUTH_SKETCHFAB_KEY = '' SOCIAL_AUTH_SKETCHFAB_SECRET = ''