Humberger menu: News feeds: Image view
-
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