Question

I am using fabebook SDK for my ios application. All actions are working fine. But logout is not working.

function fb_logout() 
{
    FB.logout(function(response) {
       alert('logged out');
    });
}

I tried adding alert before FB.logout call- this alert is triggering, but FB.logout is not working.

Was it helpful?

Solution

Apache Cordova Facebook Plugin is SingleSignOn.The issue with singleSignOn is specified in the below link. facebook-ios-sdk logout question so itz better try facebook using childbrowser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top