spotify / web-api-examples

Basic examples to authenticate and fetch data using the Spotify Web API
Apache License 2.0
1.97k stars 1.65k forks source link

Invalid redirect URI #88

Open richstokes opened 1 year ago

richstokes commented 1 year ago

Following this guide: https://developer.spotify.com/documentation/web-api/quick-start/

Getting:

INVALID_CLIENT: Invalid redirect URI

after setting the callback URL to http://localhost:8888/callback per the above docs

cibellem commented 1 year ago

Answered here https://github.com/spotify/web-api-examples/issues/41 @richstokes :)