[twitter-dev] Re: [API Tweetr] Invalid input PIN code.

2010-05-17 Thread Z-13
Help me, please!

[twitter-dev] Re: [API Tweetr] Invalid input PIN code.

2010-05-15 Thread Z-13
Link error without "http://": twitter.com/oauth/access_token? oauth_callback=oob&oauth_consumer_key=MY_CONSUMER_KEY&oauth_nonce=82034&oauth_signature_method=HMAC- SHA1&oauth_timestamp=1273908737&oauth_token=MY_OAUTH_TOKEN&oauth_verifier=333&oauth_version=1.0&oauth_signature=MY_OAUTH_SIGNATURE

[twitter-dev] [API Tweetr] Invalid input PIN code.

2010-05-15 Thread Z-13
If I enter initially invalid input PIN code, then comes an error like this: Error #2032: Stream Error. URL: http://twitter.com/oauth/access_token?oauth_callback=oob&oauth_consumer_key=MY_CONSUMER_KEY&oauth_nonce=82034&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1273908737&oauth_token=MY_OAUTH

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-11 Thread Z-13
y to apply it. Thank you. -- yury | fedorchenko Z-13 www.z-13.ru

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-10 Thread Z-13
Thank you for this method - http://destroytoday.com/blog/2010/02/encoding-for-oauth-using-as3/

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-10 Thread Z-13
I found solution!! Here it is: private function encodez(str:String):String { return escape(unescape(encodeURIComponent(str))).replace(/%7E/g, '~').replace(/@/g, '%40').replace(/\*/g, '%2A').replace(/\+/g, '%2B').replace(/\//g, '%2F'); } This is poblema with Cyrillic characters and UTF8 enc

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-10 Thread Z-13
Ok. But, I don't know how work with this!

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-10 Thread Z-13
How does this relate to AIR 1.5 and ActionScript 3?

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-09 Thread Z-13
How use your "OAuth Dancer tool"? Thank you.

[twitter-dev] Re: Send Cyrillic character (OAuth)

2010-03-18 Thread Z-13
Who can help me?

[twitter-dev] [Tweetr API] Send Cyrillic character (OAuth)

2010-03-16 Thread Z-13
I use Tweetr v1.0b2. I create application on AIR 1.5 Problem: I want to update my status. I logged with OAuth and I write message: "ั‚ะตัั‚". My code: private function initTweet() { tweetr = new Tweetr(); tweetr.useAuthHeaders = true; tweetr.addEventListener(TweetEvent.COMPLETE, handle