[twitter-dev] Twitter API HTTP Heading

2010-07-15 Thread Nicholas Kingsley
I'm trying to create a HTTP heading to send a tweet to my account (using GLBasic). Unfortunately the API documentation is no help in how this should be defined or what exactly to send. From the scraps of a C# demo, I've got : send$ = POST +curl$+ HTTP/1.0\r\n INC send$, Authorization:

[twitter-dev] Re: Twitter API HTTP Heading

2010-07-15 Thread Nicholas Kingsley
Half of it - although I had originally replaced it. I'm trying to create a HTTP heading to send a tweet to my account (using GLBasic). Unfortunately the API documentation is no help in how this should be defined or what exactly to send. From the scraps of a C# demo, I've got : send$ = POST