FB.logout not working in IE8

Posted by Florin on Stack Overflow See other posts from Stack Overflow or by Florin
Published on 2010-12-21T23:52:10Z Indexed on 2010/12/21 23:54 UTC
Read the original article Hit count: 270

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?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about firefox