-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
No open Intend to Login on Spotify,
i writed code below:
const config = {
refreshSafetyMargin: 60,
clientId: '<<MY CLIENT ID>>',
redirectUrl: 'myapp://callback',
scopes: ['streaming', 'playlist-read-private', 'user-read-email', 'user-read-private'],
tokenExchangeUrl: 'https://myapp.herokuapp.com/exchange',
tokenRefreshUrl: 'https://myapp.herokuapp.com/refresh',
};
cordova.plugins.spotifyAuth.authorize(config)the method authorize return the error "auth_failed" on subscribe.
already checked clientId, CLIENT_ID, CLIENT_SECRET and CLIENT_CALLBACK_URL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels