Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization Code is empty #226

Open
tbassani opened this issue Jan 13, 2023 · 1 comment
Open

Authorization Code is empty #226

tbassani opened this issue Jan 13, 2023 · 1 comment

Comments

@tbassani
Copy link

I'm trying to retrieve the Authorization Code, but I'm getting an null response for that field. Anyone with this problem?

@MehediH
Copy link

MehediH commented Jan 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants