iPhone 的图形 API

发布于 2024-10-31 20:57:39 字数 65 浏览 1 评论 0原文

任何人都可以建议我如何删除 iPhone 的 Facebook 图形 API 中登录按钮旁边的取消按钮。代码在哪里?

Can any one suggest how I could remove the cancel button next to login button in the Facebook graph API for iPhone. Where does the code lie?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

别想她 2024-11-07 20:57:39

默认答案是你不能,它是 Facebook 的 WebView 中的网页。

但由于 Facebook iOS SDK 是开源的。实际上,您可以将 javascript 注入到 WebView 中,以使用此函数删除按钮。

- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script

但这种方法可能违反 Facebook 的政策,因此您需要自行承担风险。

The default answer is you can't, its a web page in a WebView by Facebook.

But since Facebook iOS SDK is open sourced. You can actually inject javascript into the WebView to remove the button using this function.

- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script

But this method is probably against the policy of Facebook so do it at your own risk.

不必在意 2024-11-07 20:57:39

即使可以通过编程方式执行此操作,facebook 条款和条件不允许我们从 facebook graph api 更改 UI。

另外,改变 UI 可能会让普通用户感到困惑。

所以,建议不要这样做。

谢谢!

Even if possible to do so programmatically, facebook terms and conditions do not allow us to alter the UI from the facebook graph api.

Also, altering the UI may render the common user confused..

So, its advisable not to do so..

Thanks!

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