- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
Advertisements