Open lucasmoten opened 3 years ago
I purposely yanked it out here. You can get your own by registering a new app (for free) at: https://developer.spotify.com/dashboard/applications
The redirect is necessary, as Spotify will redirect to that URL after you grant access via oAuth in the browser. The redirect will have a query parameter called code
that you will need to use for the codeQueryParam
value.
Yeah this is all janky until I just host this in a lambda with a webpage you can hit and all of this will be abstracted away.
In releaseRadar.go and discoverWeekly.go, near the top are these comments