capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 52 forks source link

Error on iOS LoginManager.logIn failed #75

Open hatsantos opened 2 years ago

hatsantos commented 2 years ago

Describe the bug Can't login on iOS, and internal error occurs during the login.

image

The same implementation works on Android, but fail on iOS (latest version 15.2, didn't test on other versions).

To Reproduce Steps to reproduce the behavior:

  1. Implement the plugin for iOS;
  2. Start the Facebook Auth and fill the username and password or select a user if a account already is setup on the device;
  3. Wait for response...
  4. Exception happens "LoginManager.logIn failed"

Expected behavior It should return the success object without exceptions.

Smartphone (please complete the following information):

Additional context I'm using the latest version available of this plugin 3.2.0.

rdlabo commented 2 years ago

Please check Xcode's log. This looks this is not plugin issue, maybe facebook settings.