Update a Twitter feed using simple HTTP request ... possible?

Is there a way to update a Twitter feed programmatically, just with a simple HTTP request?

I was hoping there would be a simple way to do it with an HTTP request containing a hash of a user’s credentials and a string containing the update, but the Twitter documentation leads me to believe that things are much more involved than that…

Not anymore – you need to go over oauth to access anything. That said, there are twitter libraries for every option under the sun.

Yeah, that’s kind of what I figured. I’m just trying to be efficient with less code. Oh well, thanks anyway.