Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pulling Instagram images to my app [closed]

I'm developing and iOS app for iPad where you can personalize Tea Cups importing photos from the roll. I'd love to add Instagram, so the user could add his Instagram's photos. Is there any SDK or Plugin for that?

like image 204
Marti Serra Vivancos Avatar asked May 05 '13 19:05

Marti Serra Vivancos


2 Answers

You should check out this wonderful helper library which will save you precious hours working with the Instagram API. http://github.com/shyambhat/InstagramKit

like image 57
Shyam Bhat Avatar answered Sep 28 '22 05:09

Shyam Bhat


Instagram has an API. You can get user photos using this API with simple HTTP requests. Check out this page.

like image 25
Cagdas Altinkaya Avatar answered Sep 28 '22 06:09

Cagdas Altinkaya