[twitter-dev] Search for certain users Twits yields no results

2010-04-25 Thread guytom
For some reason: http://search.twitter.com/search?from=Lakers While http://search.twitter.com/search?from=Celtics Works well Ideas anyone? -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Where is the best place to track platform changes?

2009-12-04 Thread guytom
Is there anywhere else besides this group? This group has high traffic which makes it difficult to filter the message from Twitter guys about changes - is there another blog or something dedicated for this? Guy

[twitter-dev] Re: Strange 401 errors when having dot in the status update

2009-09-28 Thread guytom
, '-', '.', '_', '~' You can't encode . On Sun, Sep 27, 2009 at 02:59, guytom guy.to...@gmail.com wrote: Anyone has any idea about this? I tracked the request it seems that the server doesn't like the fact that the dot ('.') is also URL encoded. We're using flash AS3 and the URLVariables

[twitter-dev] Re: Strange 401 errors when having dot in the status update

2009-09-27 Thread guytom
%20nba%20%2E%20com in the POST data The encoding of the . is the only one that fails, all other special url characters work fine. Thanks in advance. GT On Sep 24, 2:24 pm, guytom guy.to...@gmail.com wrote: That's weird I know... When our application has . for example nba.com in the status

[twitter-dev] Strange 401 errors when having dot in the status update

2009-09-24 Thread guytom
That's weird I know... When our application has . for example nba.com in the status message, the status update API call fails and we get 401. other requests work fine. We use oAuth btw. Any ideas? GT

[twitter-dev] Re: 200 errors

2009-09-08 Thread guytom
We're seeing same error from time to time

[twitter-dev] Re: oAuth problem getting 401 on second request. shall we do something with oauth_token_secret?

2009-08-18 Thread guytom
signature/error /hash On Aug 18, 1:38 am, Brian Smith br...@briansmith.org wrote: Guytom wrote: One thing we don't understand and maybe causing the problem is what should we do with the oauth_token_secret? http://oauth.net/core/1.0a#anchor15 ... the key is the concatenated values

[twitter-dev] Re: oAuth problem getting 401 on second request. shall we do something with oauth_token_secret?

2009-08-18 Thread guytom
OK, mistery resolved, we have to uri encode the signature. For some reason Twitter behavior is inconsistent and sometimes it does work without it that's what got us confused.

[twitter-dev] How to develop flash widget with oauth

2009-08-11 Thread guytom
Hi, We're trying to figure out what's the recommended way to implement a widget (flash) with oauth. We actually already implemented it but just before we finished testing it broke with the latest changes. Now the questions are: 1. Would such an application be considered web or desktop. 2. Can

[twitter-dev] HTTP basic authentication from AS3/Flex

2009-06-08 Thread guytom
Has anyone been able to use HTTP basic authentication from AS3/Flex (not AIR). It seems there's a limitation that the auth headers cannot be added to GET requests and we then get the browser login pop-up. The direct in URL authentication isn't support by IE. Ideas?

[twitter-dev] Is it possible to call API directly from flash

2009-06-01 Thread guytom
Hi, This is a newby question - do we have to use a proxy server to call the twitter REST API from a flash client? Looking at the crossdomain it seems like we do, why? Does anyone know if a simple apache reverse proxy configuration will do the job? Thanks!

[twitter-dev] Re: Is it possible to call API directly from flash

2009-06-01 Thread guytom
Thanks for the response, did you also try it from a flash client? not that there should be much difference On Jun 1, 7:47 pm, Steve Brunton sbrun...@gmail.com wrote: On Mon, Jun 1, 2009 at 10:30 AM, guytomguy.to...@gmail.com wrote: Hi, This is a newby question - do we have to use a proxy