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
Accepted Answer
Open JIRA ticket: http://jira.appcelerator.org/browse/TC-1378
Your Answer
Think you can help? Login to answer this question!