OpenFB
OpenFB copied to clipboard
have an issue in logout from facebook
i am trying to logoff from facebook using the logout() function. but it's not allow me to logout from facebook. after closing my ionic app, when i again click on the facebook login button, it retain the previous facebook session and redirect me with the same logged in information to inside my app. please help me to logged off from api.
I used a workaround, by adding "&auth_type=reauthenticate" to the login url, this worked as I wanted. I hope it helps.
Although, I don't know if it's a bug, because even in the native sdk I couldn't perform this with the logout function. When I tried to login again the token was kept by facebook.