Hi, I’m implementing a facebook login via WebView
following this example: https://github.com/fusetools/fuse-samples/tree/master/Samples/FacebookLogin
I need to create a LogOut
button that clean the cookies of the WebView because when I press the logout button and clean all my variables I can’t access with a new user in the login.
Anyone can help me? Maybe with some Foreign Code that clean the Cookies in IOS and Android.
Thanks!