Login through Facebook using OAuth issue with Firebase (App_id in the input_token did not match the Viewing App)
问题 I am trying to login through Facebook, collect some data over OAuth and then login to Firebase using the credential. I am however encountering an issue (please see logs below). CODE EXAMPLE @objc func signInWFB() { let fbLoginManager : FBSDKLoginManager = FBSDKLoginManager() fbLoginManager.logIn(withReadPermissions: ["email","user_birthday","user_gender"], from: self) { (result, error) -> Void in if (error == nil) { let fbloginresult : FBSDKLoginManagerLoginResult = result! if (result?