I am developing some services for our users that will facilitate some actions on our website...
I am implementing oAuth 2.0 and the connection with a FB app works ok... but I would like to redo the testing... so for this I would need to disconnect the FB app/FB session from our website... so I can retest the connect...
is there a simple way to do it? I tried FB.logout(); but that did log me out from FB too and it didn't actually disconnect the app from the site....
any advice? Is the only way to delete all cookies and sessions? which cookies to delete?