FBConnect 注销按钮
我正在使用 FBConnect 库来允许用户将数据发布到他们的 Facebook 页面。我成功地建立了一个会话并允许用户在他们的墙上发帖。
我的问题是这样的: 在我登录 Facebook 后,我的视图左上角会悬浮一个 Facebook“注销”按钮。如何禁用或移动此按钮?我在 api 中没有找到任何会出现此按钮的文档。
需要一些关于如何管理这个神秘按钮的建议。
先感谢您,
I am using the FBConnect lib to allow users to post data to their facebook pages. I was successfully able to establish a session and allow a user to post to their wall.
My question is this:
There is a facebook 'logout' button that is suspended in the top left corner of my view after I've logged into facebook. How do I disable or move this button? I did not find any documentation in the api that this button would appear.
Need some advice on how to manage this mysterious button.
Thank you in advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 xcode 项目的 FBConnect 文件夹中,您应该有一个带有 initWithSession:(FBSession*)session 的 FBDialog.m,您应该在其中找到有关 facebook 登录和注销按钮的所有内容,包括它们指向的 .png 图像。
希望这有帮助。
In the FBConnect folder in your xcode project, you should have a FBDialog.m with a initWithSession:(FBSession*)session in there you should find everything about the facebook login and logout buttons including the .png images that they point to.
Hope this helps.