bmsimons / dotnet-core-spotify-authentication

A simple .NET core authentication platform for Spotify apps.
14 stars 13 forks source link

INVALID_CLIENT: Invalid redirect URI #3

Closed Alex53 closed 4 years ago

Alex53 commented 4 years ago

I get "INVALID_CLIENT: Invalid redirect URI" when I click on the button.

I initially had the application running on the random port that VS assigns. I tried changing the callback URL to that same port. Same error.

I tried setting the port for the application to 5000, and the callback url to 5000. Same error.

Any ideas?

Alex53 commented 4 years ago

I was not aware that I had to whitelist the callback URL in the dashboard on Spotify for Developers

(Select app, add the redirect URI by clicking on "Edit Settings".)