项目作者: yenngvp

项目描述 :
Demo of Instagram api integration
高级语言: Java
项目地址: git://github.com/yenngvp/instagram-api-demo.git
创建时间: 2017-03-29T10:44:26Z
项目社区:https://github.com/yenngvp/instagram-api-demo

开源协议:

下载


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