Facebook logout not working on iOS

You must Login before you can answer or comment on any questions.

Hi,

Facebook logout not working on iOS, I have tried below methods, even though I didn't get success (cant able to logout the Facebook user)

Method 1

Titanium.Facebook.logout();
Method 2
Titanium.Facebook.addEventListener('logout', function (e) {
    var url = 'https://login.facebook.com';
    var client = Titanium.Network.createHTTPClient();
    client.clearCookies(url);
    Titanium.API.info("login.facebook.com == success");
});

I am using Titanium 2.1.2.GA. Thanks in Advance.

1 Answer

Your Answer

Think you can help? Login to answer this question!