Skip to content

Instantly share code, notes, and snippets.

View humphriesjm's full-sized avatar

Jason Humphries humphriesjm

View GitHub Profile
Verifying that +humphriesjm is my openname (Bitcoin username). https://onename.io/humphriesjm
@humphriesjm
humphriesjm / InstagramAPI.h
Created November 22, 2014 11:31
Instagram API Singleton
#import <Foundation/Foundation.h>
#import "AFHTTPClient.h"
@interface InstagramAPI : AFHTTPClient
+ (id)sharedInstagramAPI;
-(void)getAccessTokenWithParams:(NSDictionary *)params
success:(void (^)(NSDictionary *))success
failure:(void (^)(NSError *))failure;
-(void)getInstagramsWithParams:(NSDictionary*)params