lufinkey/react-native-spotify

auto login without prompt login form

AlohaDM opened this issue · 3 comments

is there any way to auto login to spotify using developer account without prompt out the login form?

I don't understand what you're asking?

@lufinkey the example code inside the initialScreen, when press the login button will prompt out the spotify login form, is there anyway to by pass the login form? (eg, access it background to get authorization code to exchange access token), what im trying to achieve is, login without spotify login form.

no sorry I don't think this is possible. You can use loginWithSession if you already have an access token, both otherwise I don't see a way to go through the authorization flow without showing a login screen