Pulling Instagram images to my app

16,731

Solution 1

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

Solution 2

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

Share:
16,731
Marti Serra Vivancos
Author by

Marti Serra Vivancos

Updated on June 10, 2022

Comments

  • Marti Serra Vivancos
    Marti Serra Vivancos almost 2 years

    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?