pchelnikov / InstagramKit

Instagram iOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstagramKit

A neat little blocks-based Objective C wrapper for the Instagram API.

Built atop AFNetworking 2, it rips through the JSON asynchronously to give you ready-to-use Instagram model objects.

##Installation

Add Files to your project.

Getting started is easy. Just include the files from the directory 'InstagramKit' into your project and you'll be up and running.

Cocoapods Podfile

pod "InstagramKit", "2.1.0"

Instagram Developer Registration

Head over to http://instagram.com/developer/clients/manage/ to register your app with Instagram and insert the right credentials in InstagramKit.plist. If you prefer the Info.plist for all your app settings, you can include these keys in directly in your info.plist file.

Demo

Download and run the Demo Project to understand how the engine is intended to be used.

Screenshot

Contributions?

Glad you asked. Check out the open Issues and jump right in.

A note of thanks to Patrick for his help on getting AFNetworking 2 in place and structuring the repo better.

==================

If you're using InstagramKit in your app or intend to, I'd be happy to hear from you.

~ @bhatthead

About

Instagram iOS SDK

License:MIT License


Languages

Language:Objective-C 97.8%Language:C 1.7%Language:Ruby 0.5%