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 |
Name some important component in zend framework?
Can we move the index.php file outside the public folder?
How to get variable's value from get?
Explain form element decorators in zend framework2?
What do you mean by service manager in zend framework 2?
What are plugins in zend framework?
Explain what is the function of action helper in zend?
What is zend framework in php?
What is this "username" I have to submit with my cla, and why do I have to submit it?
How to protect your website from sql injection in zend using select query?
Which class extend the zend controller? Zend_controller_action
What is the function of action helper in zend?