Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

I'd appreciate some basic direction on writing an app that uploads images. The 1.3.0 API seems to only allow uploading from a URL, however I see references to being able to upload directly via POST.

I'm using oauth to authenticate, if that matters.

Thanks much.

share|improve this question

1 Answer

Take a look here at using either HTTP Put or raw HTTP POST as both support OAuth.

It's pretty straight forward, set the required headers and then the POST body to the image data.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.