I am using the facebook php sdk for a one-click login and registration. After a user is authenticated I am adding the user to my own db and session and then I want to immediately delete the facebook session.
I cant find any documentation on how to delete the facebook session without deleting my own session.
Thanks
This seems to work:
Not sure if there is already a method in the sdk that does this for you?