This sample android project gives you the boilerplate code you need to connect to Instagram API,get access token and retrieve the content by Rest API calls. It provides you very simple implementation of Instagram OAuth 2.0
This application uses retrofit+okhttp+realm open source libraries. The project has very simple functionalities:
You get the access Token for further request
List of the followers
List of friends not following back
List of friends Un Followed
#Setup
Clone / download this repository.
Open the sample project in Android Studio.
Make sure you have a valid Client key and Client Secret Key. You can request one for your Instagram developers account
Edit ApplicationData.java in util and assign your API keys .
Build and run the project.