How to log out user from facebook application, but maintain login from facebook
问题 I have tried the PHP SDK (v.3.1.1), and the current Javascript SDK as suggested here : https://developers.facebook.com/docs/guides/web/ now when trying to log out I have tried both FB.logout() ( for js ) and $facebook->getLogoutUrl() ; as the documentation for both clearly state, these methods log the user out of the application as well as their facebook session. But I only need to log the user out of the facebook application ( the test site ). I have tried logging the user out of my test