I am creating an Android application that will share content via twitter, and I ran into some problems with twitter oauth. I am using twitter4j. I saw some tutorials, but everything except how to open a browser for authorization. Is there a way to log in without opening a browser? something like: a dialog box opens, and the user enters his identifier and password, and api authorizes it without opening a browser, webView, etc.
source
share