linkedin 注销问题
我使用 linkedin 连接登录到我的应用程序,但注销时我注销应用程序而不是 linkedin。我希望用户注销 linkedin 和我的应用程序
Facebook 提供了与以下相同的选项
http://m.facebook.com/logout.php?confirm=1&next={domain url}
如果有人知道 linkedin 的相同情况,那将对我有很大帮助。
提前致谢
I am logged into my application with linkedin connect, but on logout i logs out of the application and not linkedin. I want user to log out of both linkedin and my application
Facebook have provide an option for the same as below
http://m.facebook.com/logout.php?confirm=1&next={domain url}
IF any one know the same thing with linkedin, It will help me a lot.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经因为从 linkedin 注销而陷入麻烦了一段时间,但终于找到了出路。我已将注销链接代码放在这里:
注销按钮的 onClick,我调用了“IN.User.logout”,在其回调中,我已将控制权交给了重定向到注销脚本的函数(在此为 logout.php)情况)我将用户从系统中注销。
我认为这应该对这里的大多数人有帮助。
I have been in trouble for this log out from linkedin for quite sometime but finally found a way out. I have placed my log out link code here:
onClick of the logout button, I have called "IN.User.logout" and on its callback, I have given control to the function which redirects to log out script (logout.php in this case) where I log the user out of my system.
I think this should help most of people here.