Hello. I want my app to connect to Spotify API. All was going great until I was trying to get users top artists and tracks through an API call. I was using these settings for a call (picture below).
But came to a conclusion that if I mention scope ‘user-top-read’ in API settings, then whole API does not work. How could I define a scope for a specific call that uses different scope than ‘user-read-email’ or ‘user-read-private’ or add scopes in a different way. Or maybe it is not problem with scope? I am really lost here. Thank you.