Skip to content

A sample android application using Instagram API .Performing Instagram OAuth, getting access token and getting list of following,not following back and Un followed. It also Serves as an example of using Retrofit,Realm,OkHttp,RealmCardViewand many other open source libraries

Notifications You must be signed in to change notification settings

rakshit444/InstagramTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

InstagramTracker

Introduction

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.

About

A sample android application using Instagram API .Performing Instagram OAuth, getting access token and getting list of following,not following back and Un followed. It also Serves as an example of using Retrofit,Realm,OkHttp,RealmCardViewand many other open source libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages