How to log out users using facebook connect in php and zend?



How to log out users using facebook connect in php and zend?..

Answer / Parul Chaudhary

To log out users using Facebook Connect in PHP with Zend Framework, you can follow these steps:
1. Check if the user has a valid access token. If not, redirect them to the login page.
2. Send a DELETE request to the following URL: `https://graph.facebook.com/{user_id}/accounts?access_token={access_token}`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

Name some important component in zend framework?

1 Answers  


Can we move the index.php file outside the public folder?

1 Answers  


How to get variable's value from get?

1 Answers  


Explain form element decorators in zend framework2?

1 Answers  


What do you mean by service manager in zend framework 2?

1 Answers  


What are plugins in zend framework?

1 Answers  


Explain what is the function of action helper in zend?

1 Answers  


What is zend framework in php?

1 Answers  


What is this "username" I have to submit with my cla, and why do I have to submit it?

1 Answers  


How to protect your website from sql injection in zend using select query?

1 Answers  


Which class extend the zend controller? Zend_controller_action

1 Answers  


What is the function of action helper in zend?

1 Answers  


Categories