wlvstv / wopo

The Unlicense
3 stars 0 forks source link

Get Jay's Currently Playing Spotify Track #51

Closed DerekNMartin closed 6 years ago

DerekNMartin commented 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
}