Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 796 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 796 Bytes

TagGram

An easy to go example to use Instagram API showing the media items list representing a Tag.

Configuration

  1. Register your application in instagram developer website

Copy the client id and use it in InstagramService.m

NSString *const kClientId = @"YOUR APP CLIENT ID";

  1. Change the tag used in InstagramService.m to load the media of your preference.

#define tag @"TAG OF YOUR PREFERENCE"

Screen Shots



Contact

Follow @pradyumna_d on Twitter for the latest news.

License

TagGram is available under the MIT license.