I use this code
For integrated authentication (Facebook + Asp.Net MVC), I just use Javascript and FormsAuthentication.SignOut();
FormsAuthentication.SignOut();
function LogoutFacebook() { FB.logout(function (response) { window.location = "/facebook/logout/"; }); }