capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 52 forks source link

Facebook has detected [Project Name] isn't using a secure connection to transfer information. #69

Closed fjrslt closed 2 years ago

fjrslt commented 2 years ago

I'm using this plugin to be able to login with Facebook using my mobile app. However, after upgrading to version 3 of Ionic Capacitor, the plugin stopped working on my Android device.

Steps done:

  1. Created App from Facebook Developers page.
  2. Added App ID to Strings.xml
  3. Added meta-data values to Android Manifest
  4. Imported the "com.getcapacitor.community.facebooklogin.FacebookLogin" package to MainActivity.java even though it's not required. Just to make sure that I've tried everything.

What could possibly go wrong? Are there things I may have missed?

rdlabo commented 2 years ago

This looks android studio issue. Please reboot. Thanks.

fjrslt commented 2 years ago

Done that a couple of times already and still no luck. I've looked for some resources and come up with the conclusion that this plugin doesn't work with Capacitor 3 yet. Also, shouldn't you also be confirming first if the issue is resolved after sending your suggested fix before closing? That would be great.