Skip to content

yenngvp/instagram-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo implementation of the Instagram API

Humberger menu: humberger menu News feeds: News feed 1 News feed 2 Image view Image view

Build

  • To build project you need Android Studio installed.

  • Create a new gradle.properties file and place it in the root folder of the project

  • Add your Instagram's CLIENT_ID, CLIENT_SECRET and CALLBACK_URL to the gradle.properties file:

    INSTAGRAM_CLIENT_ID = [your instagram client id] INSTAGRAM_CLIENT_SECRET = [your instagram client_secret] INSTAGRAM_CALLBACK_URL = [your instagram callback url]

  • Now you are ready to go

LICENSE: MIT