/TagGram

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

Primary LanguageObjective-CMIT LicenseMIT

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.