crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

POST #15

Closed cemkacmaz closed 11 years ago

cemkacmaz commented 11 years ago

Hello Crino, How can I POST the following using your sdk

POST/users/user-id/relationship

Thank you Cem Kacmaz

crino commented 11 years ago

Just use the requestWithMethodName:(NSString)methodName params:(NSMutableDictionary)params httpMethod:(NSString*)httpMethod delegate:(id)delegate method with your parameters and "POST" as httpMethod