r9s
r9s

Reputation: 237

Can't authorize with Spotify API

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:

enter image description here

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

Answers (1)

r9s
r9s

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

Related Questions