로그인 문제1 Getting null in Facebook access token [Flutter] error 아래 오류는 플러터(Flutter)에서 페이스북 로그인을 구현할 때 발생하는 문제인 것 같아요! 오류 Getting null in token id. 페이스북 로그인을 성공적으로 구현했고, 로그인 시 페이스북 액세스 토큰을 받아왔는데, 토큰 ID가 null로 나오는 문제에요. 문제가 발생하는 코드를 함께 살펴보도록 할게요! 😄 에러 발생 코드 Future signInWithFacebook() async { // Trigger the sign-in flow final LoginResult loginResult = await FacebookAuth.instance.login(); // Create a credential from the access token final OAuthCredential facebo.. 2023. 10. 30. 이전 1 다음