GitXplorerGitXplorer
f

instagram-auth

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f4cf7cd0b278e0da7d6eace330a8d9a721785225

Merge branch 'master' of https://github.com/fantactuka/instagram-auth

ffantactuka committed 12 years ago
Unverified
e69212fa5c37c89e151aaf8212f96075da1e478c

Add config file for instagram constants

ffantactuka committed 12 years ago
Unverified
fa4991e9e7aa1a7ea2a02650cb7322b05d62d3b3

Update README.md

ffantactuka committed 12 years ago
Unverified
2439577195054f06b4d0070f5c6164f7009ba993

Update README.md

ffantactuka committed 12 years ago
Unverified
5279ae1ed5743c535d05fcd4459890f520bb0a93

Update README.md

ffantactuka committed 12 years ago
Unverified
7e20e03e4cda3f696c8657047f7dd4862c4f50cc

Add readme

ffantactuka committed 12 years ago

README

The README file for this repository.

InstagramAuth

Simple wrapper for instagram app authorization and API requesting

Usage

InstagramAuthViewController do all authorization and send messages to instagramAuthDelegate which should implement <InstagramAuthDelegate> protocol

It also wraps some of the API requests. See InstagramClient.h for more

Misc

Instagram request wrapper by Stuart Hall, with fixes for ARC-compatibility (https://github.com/stuartkhall/Instagram)