Domanda

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.

È stato utile?

Soluzione

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".

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top