rinukkusu / spotify-dart

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

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

Closed mikymod closed 3 months ago

mikymod commented 3 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 3 months ago

This is great, thank you!