rsieiro / RSOAuthEngine

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

Support for Twitter's "POST statuses/update_with_media" #4

Closed stefanklumpp closed 12 years ago

stefanklumpp commented 12 years ago

This modification is necessary in order to support Twitter's "POST statuses/update_with_media", which requires the signature to be created with the OAuth parameters only (excluding request query and body params). More information can be found here 1 and here 2.

MugunthKumar commented 12 years ago

Looks interesting! I'll merge after rsieiro adds FB support as well :)