Reputation: 967
Every attempt I make to authenticate at Deezer is answered with the error message:
You must enter a valid redirect URI
The redirect URI set in my application settings is https://example.com/callback/deezer and the request I make looks something like:
The app_id value is correct. Any help?
Upvotes: 0
Views: 905
Reputation: 887
you must set the "Application domain" as the url which the login script in connection from.
for example, if you're working on your localhost on this url: http://localhost:3000/index.html
just put the value localhost/index.html
, without the port.
Upvotes: 1