Facebook access token nil after app relaunch
问题 I'm developing an app on iOS with Firebase Auth and Facebook. I want to use Facebook graph sdk after login with Facebook. It's working fine the first time. But when I re-launch the app, the graph API don't work : An active access token must be used to query information about the current user. and the following code is nil : FBSDKAccessToken.current()?.tokenString BUT the user is logged with Firebase Auth : // check if user is logged FIRAuth.auth()?.addStateDidChangeListener({ (auth, user) in