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.
我使用 Facebook sdk 在我的代码中授权 Facebook 帐户,并使用 Twitter4J 授权 Twitter 帐户。使用 Twitter4J 我必须创建 webview 并将焦点更改为该视图,然后处理响应。我的问题似乎是,如果用户授权 Twitter 帐户并在完成后尝试授权 Facebook 帐户,则 Facebook 的 webview 会不断加载并阻止用户使用该应用程序。有谁知道如何解决这一问题?
原来是因为我在为 Twitter 制作 webview 时关闭了浏览器的 cookie。只需确保在保存帐户信息之前重新启用即可。