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
I had the same issue. In your app you can use the Linking library (https://reactnative.dev/docs/linking) to get the code from the spotify-login-callback when your app is reopened by Spotify (after auth)
Spotify sends the code back like this: your-app-scheme://spotify-login-callback?code=code-goes-here
I'm trying to retrieve the Authorization Code, but I'm getting an null response for that field. Anyone with this problem?
The text was updated successfully, but these errors were encountered: