Twitter oauth authorization on android, without open browser .. how?

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.

+3
source share
1 answer

You need to upload a Twitter page, but you can do it in WebView. You do not need to transfer it to the browser.

+3
source

Source: https://habr.com/ru/post/1785248/


All Articles