[twitter-dev] Mobile twitter integration issue: how come it display content in french instead of english?

2010-09-27 Thread simon guan
I am working on blackberry application, trying to integrate twitter into our app. After I called request_token, I can get token successfully, but when it display authorize page, the page is half english, half french, which is very weird, any one have an idea abt this? Thanks. -- Twitter

[twitter-dev] Re: OAUTH Feature currently disabled

2009-04-22 Thread Guan Yang
Right now oauth/authorize also shows the This feature is temporarily disabled message. Guan On Wed, Apr 22, 2009 at 09:55, Abraham Williams 4bra...@gmail.com wrote: I believe this is an issue with using the recently oauth/authenticate feature. If you use oauth/authorize until Twitter gets

[twitter-dev] Re: [oAuth] Signature with GET Parameters

2009-04-20 Thread Guan Yang
- Zers1INc93ugsxwtaTYow6tDqI9uYyPbsBEVyCGhw%26oauth_version%3D1.0%26count %3D2 How are you generating the signature base string? The parameters are supposed to be sorted by key, so count=2 should be at the beginning, before oauth_consumer_key. But that doesn't explain why your POSTs are okay. Guan

[twitter-dev] Re: oAUTH - can it be done without interaction with a core browser?

2009-04-19 Thread Guan Yang
your app will automatically be launched after authorization and you can call access_token at that point. Guan

[twitter-dev] Re: Update API (with OAuth) failed on Unicode tweet

2009-04-15 Thread Guan Yang
I was able to post this here: http://twitter.com/guan/status/1525625497 The non-breaking space is right after the colon; try to save the HTML and check in a hexdump ;-) Normalized query string: oauth_consumer_key=rNc2JuVC6NxELft2jXUQoauth_nonce

[twitter-dev] Re: Updating icon for OAuth applications

2009-04-15 Thread Guan Yang
I tried again just a few seconds ago. I tested with both my applications, 1396 and 1798. Guan 2009/4/15 Doug Williams d...@twitter.com: Issue 374 [1] was supposed to fix this issue. When did you see this problem? 1. http://code.google.com/p/twitter-api/issues/detail?id=374 Doug Williams

[twitter-dev] Updating icon for OAuth applications

2009-04-14 Thread Guan Yang
this problem, or is it just that every image file on my computer is corrupted? Guan

[twitter-dev] Re: Update API (with OAuth) failed on Unicode tweet

2009-04-12 Thread Guan
in the way Twitter verifies signatures when multibyte characters are present, and I've filed a bug report with them. Guan