AFavre
Results
2
comments of
AFavre
I found a solution that works for me in Cordova. I used the plugin Phonegap-Cookies-Plugin (https://github.com/bez4pieci/Phonegap-Cookies-Plugin). Add the following line `window.cookies.clear()` in logout function of openfb.js script (https://github.com/ccoenraets/OpenFB): ``` if...
The easiest way to connect to your facebook account is to use Oauth (http://ngcordova.com/docs/plugins/oauth/). To deconnect, you just need to remove the token. An example: http://blog.ionic.io/oauth-ionic-ngcordova/