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 |
How can I detect if an optional file has been uploaded?
Where is the model in zf's mvc implementation?
How we can do multiple column ordering in zend framework?
What is the minimum php version required to run zend framework 2.0?
What is autoloader in zend framework?
What is zend controller front in zend framework?
Tell me what are the ways in which the file can be detected as being uploaded or not?
Explain filters in zend framework with examples?
How do I use viewscripts on zend_form file elements?
Why do we need disable layout & how we can do it?
What is a module in zend framework 2?
What are the steps kept in mind while designing the zend_form?