rsieiro / RSOAuthEngine

ARC based OAuth engine for MKNetworkKit
http://rodrigo.sharpcube.com
150 stars 33 forks source link

mkURLEncodedString only for NSString params in POST #16

Closed triage closed 11 years ago

triage commented 11 years ago

..._urlEncodedString (if NSString) and as %@ if otherwise. This is because MK only includes mk_urlEncodedString as a helper in the categories for NSString, and not NSArray, NSDictionary, etc.