Facebook SDK for Android 7 - Getting User's data with JSON

  • 10 years ago
http://www.mybringback.com

Facebook SDK for Android 7 - Getting User's data with JSON

In this Facebook SDK for Android tutorial we will learn about getting facebook information from the user of our app. We will get the person's name and profile picture quite simply. This is achieved by making a request to Facebook asking for what we want and parsing the data for specific items, such as "name" or "id".

Recommended