Amjith

Results 6 comments of Amjith

any help regarding this issue. I am not able to logoff from facebook. As per all references, My logout functions looks like below. Still not working. Anything else? ``` if...

I got it fixed. For firefox, just try to delete all session cookies and try again.

@sacbhatia this is also not working. This is because its not able to clear session and getting on $this->FB = new FB(); $this->uid = $this->FB->getUser() // code ConnectComponent.php line 79...

@smartidiot Did the same thing. When we logout session is getting cleared. But after one navigation/refresh facebook session is back again. not able to logout.

@smartidiot If we are already logged in facebook on another tab, and try to login from "login with facebook" . then logout. it will not. getting facebook session and logging...

@sacbhatia One minor correction --- function logout($options = array(), $label = ''){ $options = array_merge( array( 'autologoutlink' => 'true', 'label' => 'Sign Out', --- to --- function logout($options = array(),...