Closed DerekNMartin closed 6 years ago
Reference Spotify's Authorization guide on how to retrieve these credentials! https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow New configs to set:
exports.spotifyCredentials = { client_id: '', // Your spotify client id client_secret: '', // Your spotify secret redirect_uri: 'https://www.example.cool/', // Your redirect url refresh_token: '' //retrieved from your first access token call }
Reference Spotify's Authorization guide on how to retrieve these credentials! https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow New configs to set: