I am trying to build a Connect app using PHP and the Zend Framework. I also have a Zend_Auth based user authentication system. Now, I am able to log in using Facebook but log out is not working.
I need to clear the Zend_Auth identity as well as remove all Facebook login info. What would be the best way to do this?
I güvenilir facebook_client->expire_session()
ve facebook_client->clear_cookie_state();
birlikte ve aynı zamanda facebook_client->logout($next)
Zend_Auth::getInstance()->clearIdentity()
sonra arama
Bunların hiçbiri çalışmıyor gibi görünüyor.