I've integrated facebook login with my application and I want to logout the user from facebook when he logs out of my application. So I did the following:
<a href="<c:url value='/security_logout'/>" onclick="FB.logout();">Logout</a>
This works on Firefox and Chrome but doesn't work on IE8. In IE8 the user is logged out of the application but is not logged out of Facebook.
Anyone else experiencing this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…