How to set up a logging in method using Twitter account(from Twitter app)

Does anyone know how to use Twitter account from Twitter app to log in a Meteor app? I know basically how to use the package accounts-twitter. But when I call the function “Meteor.loginWithTwitter()”, the Twitter web page pops up. If I am currently using a Twitter app, I still have to enter my twitter account and password. What I am think is to detect my local Twitter app and then directly set up an account automatically(if I am not logging in on Twitter app, it will switch to the Twitter app logging in page).

Anyone has any ideas? Thank you!