Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 736 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 736 Bytes

instagram-api-ios-demo

Build directions

Cocoapods is required to build this project. First, install pods from terminal.

$ pod install

Then open the .xcworkspace file that is generated by Cocoapods in Xcode.

Since this app is using credentials for an Instagram client that is in Sandbox mode, the client credentials inside of the file /InstagramDemo/InstagramAuthController.swift would have to be changed to use client credentials for an Instagram client that includes your user as a Sandbox User.

Running app

When the app is executed, a login prompt for Instagram will automatically open. After getting authorization from Instagram, the app will display a grid view of the current user's most recent photos.