Works in Mikrob which is deployed both to Titanium Desktop and as a Chrome Application.
This code was extracted from my own code and a wrapper library which I'm working on.
Any questions? Post them in comments.
Here's where everything happens:
-
jsOAuth goes through your post data and checks whether a reference to a file was included source
-
if it finds one, it resets the conent-type source
-
and build the whole form data object for you source
Few things to keep in mind:
-
I used it only with an API which doesn't use OAuth-echo, and allows direct uploads
-
this is based on OAuth 1.0a (Oauth2 is not supported yet)
Right.
As the readme says - I didn't use JSOauth with Echo mechanism, so I can't be much of a help at this point, however - Spazcore has code which deals with Twitpic upload (and few other services).
You might want to take a look at that