iPhone 的图形 API
任何人都可以建议我如何删除 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
默认答案是你不能,它是 Facebook 的 WebView 中的网页。
但由于 Facebook iOS SDK 是开源的。实际上,您可以将 javascript 注入到 WebView 中,以使用此函数删除按钮。
但这种方法可能违反 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.
But this method is probably against the policy of Facebook so do it at your own risk.
即使可以通过编程方式执行此操作,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!