如何使用 iPhone 在 facebook connect 中以编程方式调用注销?
我将 Facebook 集成到我的应用程序中,运行良好。如果用户下次打开应用程序并单击 FB 按钮,它不会询问用户凭据,自动登录,这意味着保留以前的会话。你能帮我一下吗,我该如何退出 FB?
问候
斯里
I integrated FaceBook into my app which is working fine. If user opens the app next time and click FB button, it wont ask user credential, get login automatically which means keep retaining previous session. can you help me out, how should I logout from FB?
Regards
sri
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处的“注销”:
假设您像这样登录:
您以编程方式注销Facebook:
请注意,iOS 上的 Facebook Connect API 在多次启动之间恢复会话是预期行为,以避免用户每次使用应用程序时都登录。您可能不应该从 Facebook 注销该用户,除非他明确想要这样做。
See 'Logging out' here:
Assuming you log in like this:
You programmatically log out of Facebook with:
Note that the Facebook Connect API on iOS restoring the session between multiple launches is expected behavior, to avoid having users to sign in every time they use the app. You probably shouldn't log out the user from Facebook unless he explicitely wants to do that.