I am newbie. I am trying to follow the instructions on the oauth page
on how to generate signature, but I must be doing something wrong, I
keep getting "Failed to validate oauth signature and token"
Here is how the base string looks before normalizing:
GET&http://twitter.com/oauth/
request_token&oauth_consumer_key=Xz2BKOKObTzpLrMXxJo2ww&oauth_nonce=blabla123&oauth_signature_method=HMAC-
SHA1&oauth_token=&oauth_timestamp=1245887955090&oauth_version=1.0

GET&http%3A%2F%2Ftwitter.com%2Foauth%2Frequest_token&oauth_consumer_key
%3DXz2BKOKObTzpLrMXxJo2ww%26oauth_nonce
%3Dblabla123%26oauth_signature_method%3DHMAC-SHA1%26oauth_token%3D
%26oauth_timestamp%3D1245887955090%26oauth_version%3D1.0

after generating signature:
http%3A%2F%2Ftwitter.com%2Foauth%2Frequest_token%3Foauth_consumer_key
%3DXz2BKOKObTzpLrMXxJo2ww%26oauth_nonce
%3Dblabla123%26oauth_signature_method%3DHMAC-SHA1%26oauth_token%3D
%26oauth_timestamp%3D1245887955090%26oauth_version
%3D1.0%26oauth_signature%3D6odQgPJ5o%2FAuOIw0gt8CknlHIcc%3D


Am I missing something here? I just cant find it. Please help me out

Reply via email to