diederik
diederik

Reputation: 141

Deezer ask for a valid redirect uri

When I'm trying to authenticate a user it tells me I need a valid redirect uri.

Where can I change, fix or add it? I am using the Deezer javascript SDK.

Thanks.

Upvotes: 1

Views: 2401

Answers (2)

The HCD
The HCD

Reputation: 510

I got the same error until I removed the http:// from the "application domain" parameter defined at developers.deezer.com. ie. use: application domain: subdomain.example.com rather than http://subdomain.example.com

Upvotes: 1

Julaie
Julaie

Reputation: 877

You have to complete 2 steps:

Setting a wrong application domain in the Edit section of your application will make the user login fail with the following message: "You must enter a valid redirect uri".

Upvotes: 6

Related Questions