Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近遇到了 twitter4j,它使用外部浏览器通过 twitter 对用户进行身份验证。我想实现一致性 - oauth2(facebook) 是否可以应用类似的方法:外部网络浏览器而不是 webview 以及如何?
谢谢。
默认情况下,Android Facebook SDK 不提供此功能。你只有两个选择
WebView
但是 facebook sdk 的资源是可用的,你可以重写它们并创建任何你需要的东西
您也可以尝试在 GitHub 上发现 Facebook SDK 分支,很可能具有您需要的类似选项的项目已经存在