An easy to go example to use Instagram API showing the media items list representing a Tag.
- Register your application in instagram developer website
Copy the client id and use it in InstagramService.m
NSString *const kClientId = @"YOUR APP CLIENT ID";
- Change the
tag
used inInstagramService.m
to load the media of your preference.
#define tag @"TAG OF YOUR PREFERENCE"
Follow @pradyumna_d on Twitter for the latest news.
TagGram is available under the MIT license.