Skip to content

Commit 9862a9f

Browse files
authored
chore: add note about current unavailability of new app registration (#1368)
1 parent dc693fb commit 9862a9f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ Ready to contribute? Here's how to set up `deezer-python` for local development.
9191

9292
## Obtain an API token
9393

94+
> **Important note**
95+
>
96+
> To obtain an **API token**, you first need to register your application at the [Deezer Developer Portal](https://developers.deezer.com/myapps). Unfortunately, **at the moment, it is not possible to register a new application via the Deezer Developer Portal.**
97+
>
98+
> The portal currently displays the message:
99+
> **"We're not accepting new application creation at this time. Please check again later."**
100+
>
101+
> It is not possible to obtain a token unless you have already registered your application and have both **APP_ID** and **APP_SECRET**.
102+
94103
If you want to work on a feature that requires authentication, you'll need to obtain an API token to perform authenticated requests. You can do so using the [`deezer-oauth-cli`](https://pypi.org/project/deezer-oauth-cli/) package. It's a development dependency, so if you ran `uv sync`, you should already have it.
95104

96105
You'll need to have a dedicated app in the [Deezer developer portal](https://developers.deezer.com/myapps), create one with the following redirect URL after authentication: `http://localhost:8080/oauth/return`. Once created, grab the application ID and the secret key and call the CLI tool with them:

0 commit comments

Comments
 (0)