cordova-spotify-oauth icon indicating copy to clipboard operation
cordova-spotify-oauth copied to clipboard

🔐 Easy Spotify authentication for Cordova / PhoneGap apps

Results 13 cordova-spotify-oauth issues
Sort by recently updated
recently updated
newest added

There was a small breaking change in version 1.2.0 Rename classes from AuthenticationClassName to AuthorizationClassName https://github.com/spotify/android-sdk/releases/tag/v7.0.0-appremote_v1.2.0-auth

Hi i am hoping someone can help. First of all thanks for updating the plugin with the removal of the legacy Spotify SDK as this is the best plugin out...

Has anyone tried and installed it with Ionic Capacitor? I'm trying to open it on ios, but it gives me this error `no such file or directory, stat '/Users/user/ionic/suggestion/node_modules/cordova-spotify-oauth/src/ios/spotify-sdk/SpotifyAuthentication.framework'` Any...

the plugin works well up to auth process after auth the SFSafariViewController stays in the spotify redirect page does not dismiss the SFSafariViewController. var observer: NSObjectProtocol? observer = NotificationCenter.default.addObserver( forName:...

I'm using ionic 3 and using spotify oauth, uts working on android ok but on ios is giving an issue after allow from spotify login popup then it wil not...

Hello, sorry for my English, the problem I have is that it works on the emulator but not on the physical device, I get the following error: auth_failed: Received authentication...

Hi, i'm working with phonegap build and i get following error while creating a build: ``` Error - Plugin error (you probably need to remove plugin files from your app):...

No open Intend to **Login on Spotify**, i writed code below: ```ts const config = { refreshSafetyMargin: 60, clientId: '', redirectUrl: 'myapp://callback', scopes: ['streaming', 'playlist-read-private', 'user-read-email', 'user-read-private'], tokenExchangeUrl: 'https://myapp.herokuapp.com/exchange', tokenRefreshUrl:...

Hi, This is a little like an error from around a year ago. The Spotify GitHub-hosted SDK is no longer available at https://github.com/spotify/ios-streaming-sdk/archive/beta-27.tar.gz which causes the iOS Cordova Plugin add...

Hello, Hows it going. I recently started getting this problem in XCode with this line of code let auth = SPTAuth.defaultInstance()! //Error = Use of unresolved identifier 'SPTAuth' this is...