Hullo,

POST&https%3A%2F%2Fapi.twitter.com%2Foauth
%2Frequest_token&oauth_callback%3Doob%26oauth_consumer_key
%3DhUMUUZO3Zx9zNzJ9DghcA%26oauth_nonce
%3DDA39A3EE5E6B4B0D3255BFEF95601890AFD80709%26oauth_signature_method
%3DHMAC-SHA1%26oauth_timestamp%3D1277424969%26oauth_version%3D1.0


and

Oauth oauth_callback="oob",
oauth_consumer_key="hUMUUZO3Zx9zNzJ9DghcA",
oauth_nonce="DA39A3EE5E6B4B0D3255BFEF95601890AFD80709",
oauth_signature_method="HMAC-SHA1", oauth_timestamp="1277424969",
oauth_version="1.0", oauth_signature="%2Ff8P1dS6QVQnYCIc10kD1%2Bm2DkI
%3D"

using

 objhttp.Open "POST", "https://api.twitter.com/oauth/request_token";,
False

 objhttp.setRequestHeader "Content-type", "application/x-www-form-
urlencoded"
      objhttp.setRequestHeader "Authorization", strsend
objhttp.send("")

Not working, how can I see the stream that is being loaded...or debug
this...
and strsend is "Oauth " and appended by the very first string up on
top in this email

Cant see the problem...

Please help, if you can see anything outright off or wrong...

Regards,
Shob

Reply via email to