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…