simple_auth icon indicating copy to clipboard operation
simple_auth copied to clipboard

can´t login facebookApi

Open RodacK opened this issue 6 years ago • 1 comments

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): E / flutter (30642): # 5 _MyHomePageState.login (package: simple_auth_flutter_example / main.dart: 396: 31) E / flutter (30642):

and yes, I already added the clientID and the secret

RodacK avatar Jun 23 '19 18:06 RodacK

I'm having the same issue, did you solve this @RodacK ?

csandovalgt avatar Jul 26 '19 13:07 csandovalgt