-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeFacebookLogin not working on Andorid #71
Comments
Hey @Dhvl-Golakiya. When you say NativeFacebookLogin; are you talking about |
Hi, I am trying this example. |
Got it working. As I'm not sure this code is maintained (or that my updates are good quality code, for that matter), I will add them here. I have encountered 2 issues: the error above, incorrect CallbackManager use, or another one, sometimes, related to FacebookSDK init not being called, although it is bound in the beginning of the class. This may be mostly a preview issue, as it seems to be related to the fact that the Lifecycle bindings have no effect, especially the Started one.
|
@schniper thank you for your fix. It's works. I have fix FacebookLoginModule class because I have an error on method Converter when I launched project on Desktop.
|
I know there was an issue, in the end my token class looked like this:
No native stuff. Of course, this works because for me it's enough to get the token so I can play with the JS API further, not use the native SDK. If you use this update you don't have to change the other stuff. |
Hi,
I am trying to run NativeFacebookLogin example on both iOS and Android. It is working on iOS but getting below error in Android.
Any idea how I can fix it?
The text was updated successfully, but these errors were encountered: