The "app key" and "app label" settings in the Spotify docs is incorrect based on the name attribute of the SpotifyOAuth2 class. With the current name attribute, the settings should be:
SOCIAL_AUTH_SPOTIFY_KEY = ''
SOCIAL_AUTH_SPOTIFY_SECRET = ''
However, I think the "real" bug might just be that the name attribute is incorrect on that class.
The "app key" and "app label" settings in the Spotify docs is incorrect based on the
nameattribute of theSpotifyOAuth2class. With the currentnameattribute, the settings should be:However, I think the "real" bug might just be that the
nameattribute is incorrect on that class.