android 上的 twitter oauth 授权,无需打开浏览器..如何?

发布于 2024-10-12 11:16:21 字数 197 浏览 6 评论 0原文

我正在创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鱼窥荷 2024-10-19 11:16:21

您需要加载 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文