I am not able to switch between Facebook login/logout.
I had logged in with xyz@gmail.com but when I am trying to login again then it is taking old user login credential for login . even I deleted the app from iPhone them also it is taking old user credential which I used the first time .
I am using latest Facebook framework FBSDKCoreKit.framework FBSDKLoginKit.framework FBSDKShareKit.framework
i used this code for logout
let loginManager: FBSDKLoginManager = FBSDKLoginManager()
loginManager.logOut()