FBConnect 注销按钮

发布于 2024-08-25 07:45:14 字数 218 浏览 4 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

薄荷梦 2024-09-01 07:45:14

在 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.

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