'ERROR Facebook Login disabled in Ionic 3 Cordova

For your account security logging into from an embedded browser is disabled

I have tried to updating the facebook-sdk-android package from v4.14.+ to v8.2.0

/app/build.gradle dependencies { ... implementation 'com.facebook.android:facebook-android-sdk:8.2.0' ... }

But it doesn't work, when built it takes the previous version of v4.14.+



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source