PDA

View Full Version : Uploading - OATH and HTTP POST / PUT


Thinker
Aug-10-2009, 12:06 AM
I'm currently working on uploading images, and am looking at the alternate methods using POST and PUT (to save on the BASE64 overhead).

It doesn't look like the HTTP PUT / POST supports OATH, or am I missing something?

Is there any way to use HTTP POST / PUT (with the image as binary data) with OAUTH?

Thanks!

devbobo
Aug-10-2009, 03:26 AM
yes HTTP POST or PUT can be used with OAuth, just replace the SessionID parameter with the required OAuth parameters and you should be all set.