Syntax error How to use facebook SDK in Android studio?

How to use facebook SDK in Android studio?



This example demonstrates about How to use facebook SDK in Android studio

Download the SDK from the Maven Central Repository:

buildscript { repositories { mavenCentral()}}

Compile the latest version of the SDK:

dependencies {
   implementation 'com.facebook.android:facebook-android-sdk:[5,6)'
}

Click here to download the project code.

Updated on: 2019-09-11T11:50:10+05:30

259 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements