cjam / react-native-spotify-remote

React Native wrapper around the Spotify Remote SDK
MIT License
258 stars 101 forks source link

Authorization Code is empty #226

Open tbassani opened 1 year ago

tbassani commented 1 year ago

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

MehediH commented 1 year ago

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