Tuesday, February 21, 2017

Integrating the Facebook Graph API in Android

In this tutorial, I will show how to send requests and get data from Facebook using Graph API.

You can find the project on Github

In order to perform requests to Graph API, the user must be logged in with the Facebook SDK for Android.
I am not going to explain how to set up the login process in this article.

You can find the Facebook Login Integration article here

Watch every action your users perform in your app!

Make sure you have an up to date version of Android Studio. I am using version 2.2.3

Open Android Studio and create a New Project, naming it as you wish. Click Next, choose Minimum API level 17 and click Next again.

Choose Empty Activity as the first activity, name it LoginActivity and click Finish.

Continue reading %Integrating the Facebook Graph API in Android%


by Theodhor Pandeli via SitePoint

No comments:

Post a Comment