I am using FirebaseAuth to login user through FB. Here is the code:
private FirebaseAuth mAuth; private FirebaseAuth.AuthStateListener mAuthListener; pr
Check below response
final graphResponse = await http.get( 'https://graph.facebook.com/v2.12/me?fields=name,picture.width(800).height(800),first_name,last_name,email&access_token=${fbToken}');