spotify / ios-sdk

Spotify SDK for iOS
https://developer.spotify.com/documentation/ios/
661 stars 188 forks source link

Illegal Scope Issues #420

Open DiandreMiller opened 6 months ago

DiandreMiller commented 6 months ago

I am having scoping issues. It works the first time I try it and then the scoping is illegal the next time.

These are the scopes I tried:

const SCOPE = 'user-read-private user-read-email';
const SCOPE = 'streaming';
const SCOPE = 'app-remote-control';