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.
我在我的项目中使用 FBConnect。
我想在 UIWebView 而不是弹出窗口中提交整个登录和发布过程。
我怎样才能做到这一点?
谢谢!
先生,如果您想使用 UIWebView,那么您可以直接要求 webview 通过 NSURL 和 NSURLRequest 为您打开页面,在这种情况下,您不需要任何类型的 API。