Deezer
How to authenticate with Deezer
Last updated
How to authenticate with Deezer
Last updated
Similar to other platforms, when you create a new Deezer app, you have to add a redirect URL. The URL is still similar to other platforms supported by Orchdio but with another extra query parameter called deezer_state
.
On your dashboard, you'll see the autogenerated Deezer state for your app. You need to copy this state and add it to the Orchdio redirect URL as a query parameter. Your redirect URL would then look like https://api.orchdio.com/v1/auth/deezer?state=your_deezer_state
.