You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README and this post show const sdk = SpotifyApi.withClientCredentials("client-id", "secret", ["scope1", "scope2"]);
This is wrong, because Client Credentials do not- and can not use Authorization scopes.
At least ClientCredentialsStrategy.ts contains unnecessary, unused code. The value of scopes is not used in the finale request.
The text was updated successfully, but these errors were encountered:
The README and this post show
const sdk = SpotifyApi.withClientCredentials("client-id", "secret", ["scope1", "scope2"]);
This is wrong, because Client Credentials do not- and can not use Authorization scopes.
At least ClientCredentialsStrategy.ts contains unnecessary, unused code. The value of scopes is not used in the finale request.
The text was updated successfully, but these errors were encountered: