Re: [twitter-dev] oAuth problem with AIR desktop app - Failed to validate oauth signature and token

2011-06-30 Thread Anton Hvornum
Hi. I have the same issue, but may i ask why you are performing a GET request with a POST signature? HTTP POST should be: POST /oauth/request_token Headers\r\n \r\n callback=..nonce=... Not in the way you've shown us: HTTP POST: https://api.twitter.com/.../oauth_callback=..;... Secondly, have

[twitter-dev] oAuth problem with AIR desktop app - Failed to validate oauth signature and token

2011-06-29 Thread miloshes
Hi guys, I am new here, working on yet another twitter client for desktops. It's Adobe AIR desktop app written in AS3. And I have a problem with acquiring a request token. Signature base: POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Frequest_tokenoauth_callback=http%3A%2F%2Fgoogle.com