can´t login facebookApi
When I'm going to start the example to log in with Facebook, this error appears
E / flutter (30642): [ERROR: flutter / lib / ui / ui_dart_state.cc (148)] Unhandled Exception: PlatformException (error, Unsupported value: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase () 'on a null object reference, null)
and it seems that it comes from here
E / flutter (30642): # 4 AuthenticatedApi.authenticate (package: simple_auth / src / api / authenticatedApi.dart: 20: 54)
E / flutter (30642):
and yes, I already added the clientID and the secret
I'm having the same issue, did you solve this @RodacK ?