login-with-twitter icon indicating copy to clipboard operation
login-with-twitter copied to clipboard

Force Account Selection for Multiple accounts.

Open highobjectivebanty opened this issue 3 years ago • 0 comments

Thank you for this amazing Library.

Just one question, if the user has multiple twitter accounts, how do I force account selection.

Here is what I attempted:

const tw = new LoginWithTwitter({
           consumerKey: oAuthConsumerKey,
           consumerSecret: oAuthConsumerSecret,
           callbackUrl: oAuthCallbackURL,
           prompt: 'consent' //I tried adding this but it didn't ask me to select account, it is always using the logged in account
       });

highobjectivebanty avatar Feb 18 '22 10:02 highobjectivebanty