I want my own written dektop-application to send tweets on my programmed wish. I know about sending GET- or POST-Requests with HTTP (not HTTPS), I have routines to do BASE64-Encoding, but I don’t find documentation about just sendung a single tweet.
I don’t want to develop a whole application with timelines and so on. I just have my accout data (such as consumer key and consumer secret) and have my text of up to 140 characters, so I want to do a single tweet of this text from my stand-alone-program. What are the Parameters in the HTTP-Request to send a single tweet?