Facebook OAuth - 有没有办法“清除”以前的用户?

发布于 2024-10-03 21:11:02 字数 323 浏览 1 评论 0原文

我正在编写一个 Windows Phone 应用程序并使用 OAuth 界面。

当我第一次导航到 auth url 时,它显示登录 UI。随后,我会直接重定向到我的 Facebook 应用程序页面,并显示登录 UI。大概是因为登录信息被缓存在 cookie 之类的东西中。到目前为止一切都很好。

当我需要切换用户时,问题就出现了。有没有办法强制 facebook oauth url 清除以前的信用并显示登录屏幕?

谢谢!

I'm writing a Windows Phone App and am using the OAuth interface.

When I navigate to the auth url the first time it shows the login UI. Subsequent times I'm redirected directly to my facebook app page with showing the login UI. Presumably because the login is cached in a cookie or something. All good so far.

The problem comes in when I need to switch users. Is there a way to force the facebook oauth url to clear previous creds and show the login screen?

Thanks!

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

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

发布评论

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

评论(2

薄情伤 2024-10-10 21:11:02

使用以下网址将用户从 Facebook 注销:

https://www.facebook.com/logout.php?access_token=ACCESS_TOKEN&confirm=1&next=REDIRECT

Log the user out of Facebook using the url below:

https://www.facebook.com/logout.php?access_token=ACCESS_TOKEN&confirm=1&next=REDIRECT
·深蓝 2024-10-10 21:11:02

现在,为了让用户退出 Facebook,您需要使用以下 url:

"https://www.facebook.com/logout.php?next="+your_site_url_registered _on_fb+"&access_token="+accessToken

Now, in order to log a user out of Facebook you need to use this url:

"https://www.facebook.com/logout.php?next="+your_site_url_registered _on_fb+"&access_token="+accessToken
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文