Skip to content

No Open Intent to Login on SpotifyΒ #29

@vitorgja

Description

@vitorgja

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions