Facebook connect logout not working in MAC sa

Closed
sagy - Oct 14, 2009 at 08:43 AM
 Blocked Profile - Oct 18, 2009 at 04:14 AM
Hello,
I have been trying to logout from facebook connect with my site. It works fine in Windows ( all browsers ) and sucks in MAC safari.... here is the code...


function logoutFB()
{
FB_RequireFeatures(["XFBML"], function()
{
FB.Facebook.init("API_KEY", "xd_receiver.htm");

FB.ensureInit(function()
{
FB.Connect.logoutAndRedirect('PATH');
});

});

}

calling this function on clclickf logout button. Can anybody tell me the solution ?
Related:

1 response

Blocked Profile
Oct 18, 2009 at 04:14 AM
Dear Sir,

I will advise you to use Mozilla Firefox browser

if you are having trouble with this browser.

Thank you.
0