Reputation: 237
I try to authorize through Spotify API (https://developer.spotify.com/web-api/authorization-guide/) and my code is:
<a href="">Spotify link</a>
But instead of redirect me to my page it says:
I tried to delete app from "My applications" tab on developer.spotify.com and create a new one with new client id and it is no different. I log in to Spotify with my Facebook account.
Upvotes: 1
Views: 1985
Reputation: 237
Ok, I figured it out. You have to go to your application settings and enter your URL into "Redirect URLs" and it will work. I wonder why it isn't included in documentation.
Upvotes: 1