You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of Cordova FaceBook Plugins available but the one that we recommend is [Jeduan's fork](https://github.com/jeduan/cordova-plugin-facebook4) of the original Wizcorp plugin. It is setup to use Gradle/Maven properly and the latest FaceBook SDK.
If you have an issue compiling the app and you are getting this error:
467
+
468
+
```
469
+
* What went wrong:
470
+
Execution failed for task ':processDebugManifest'.
471
+
> Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library /Users/smacdona/code/bookface/platforms/android/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/4.6.0/AndroidManifest.xml
472
+
Suggestion: use tools:overrideLibrary="com.facebook" to force usage
473
+
```
474
+
475
+
Then you can add the following entry into your config.xml file in the android platform tag.
0 commit comments