rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
206 stars 93 forks source link

replace user-read-profile with user-read-private in AuthorizationScope #211

Closed mikymod closed 8 months ago

mikymod commented 8 months ago

There's no user-read-profile in spotify scopes so illegal scope is fired during authorization.

Now we can fetch user information like market, product (free, premium), and email.

hayribakici commented 8 months ago

This is great, thank you!