[twitter-dev] using Excel as client

2010-09-20 Thread Randomness
I believe I have solved all the issues of getting the right information to send a tweet using Excel. Calculation of oauth_nonce and oauth_timestamp look good and also the calculation of the oath_signature seems to be in order. When I try to post the message I get a message asking for user name

Re: [twitter-dev] using Excel as client

2010-09-20 Thread Tom van der Woerdt
Hi, I see multiple things that are wrong: * You didn't put quotes around your URL * You shouldn't send OAuth: as an header. The header is Authorization: OAuth headerstring. (xml.setRequestHeader Authorization, OAuth headerstring * You should put quotes around the values in headerstring, and