[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:

Re: [twitter-dev] Twitter API HTTP Heading

2010-07-15 Thread Pascal Jürgens
Nicholas, Did you just publish your account credentials? Pascal On Jul 15, 2010, at 14:02 , Nicholas Kingsley wrote: INC send$, Authorization: Basic FishyMcFlipFlop:burpmachine\r\n