I'm logged using Firefox to both the main service (https://www.deezer.com/us/) and the developer portal (https://developers.deezer.com), and I used the API explorer available at: https://developers.deezer.com/api/explorer
When I click the "Playlist" tab, I always get this error:
(BTW the playlist I want to access is https://api.deezer.com/playlist/908622995)
1{2 "error": {3 "type": "OAuthException",4 "message": "An active access token must be used to query information about the current user",5 "code": 2006 }7}
(of course I have a pay subscription)
I planned to develop something using the Deezer API but I don't know how to get rid of this error. Any suggestions?