android 上的 twitter oauth 授权,无需打开浏览器..如何?
我正在创建一个 Android 应用程序,它将通过 twitter 共享内容,但我在 twitter oauth 方面遇到了一些麻烦。我正在使用 twitter4j 。我看过一些教程,但都是打开浏览器进行自动化。有什么方法可以在不打开浏览器的情况下自动授权吗? 某种形式:弹出对话框,用户输入他的 ID 和密码,API 会在不打开浏览器、webView 等的情况下自动执行它...
I'm creating an android app that will share content through twitter and i'm facing some trouble with twitter oauth . I'm using twitter4j . I've seen some tutorials but all of than open the browser for autorization. Is there some way to autorize without open the browser?
some sort of : dialog pops up and the user type his id and password , and the api autorize it without open the browser , webView , etc...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要加载 Twitter 页面,但您可以在
WebView
中执行此操作。您不需要将其传递给浏览器。You need to load the twitter page, but you can do it in a
WebView
. You don't need to pass it off to the Browser.