Response: new access_token , expires , and possibly new refresh_token .
If you are building an app, you must follow the official Deezer OAuth flow: deezer user token
access_token=...&expires=...&refresh_token=... Response: new access_token , expires , and possibly
# Get the authorization URL auth_url = api.get_auth_url(scopes=['basic_access', 'email']) Response: new access_token