I'm wanting to upload images to albums over REST. I read the docs, and I'm able to do GET requests to retrieve info about albums etc. just fine, but I don't know how the POST contents affect the OAuth base string that I'm supposed to sign?
The OAuth tool also doesn't support image POST, so cannot use that to see what the correct format is. OAuth spec doesn't seem to say anything about POSTing binary data.