Clean up user FB credential ID data after logout with Facebook (ionic / angular)
My logout function works fine, but it doesn't clean up user data if they had logged with Facebook API before (Apperyio.User.loginFB).
After logout, next time user try to login with FB again, it doesn't prompt FB login request, it just login again. In other words, app still knowing user FB credentials ID after logout.
Seems the FB function create some DB record or Cookie that is not cleaned up after logout and I could not debug it
How to clean that on logout process?
Note there are some workaround for other platforms that I could not apply for Ionic.