[twitter-dev] Re: Retrieving tweets of an employee

2010-01-15 Thread Ryan Rosario
Indeed. I tried several other employees. Not all of them exhibited this behavior, but all of the users that did, were Twitter employees. If this is some magic, it would be better for it to throw a 404 or 401. I think most developers disregard 404s, but retry on 500. In my application, retrying on

Re: [twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
yeah, perhaps some greg pass magic going on on the account behind the scenes. On Thu, Jan 14, 2010 at 5:18 PM, Ryan Rosario wrote: > count=200 worked for the hundreds of other users, just not this one. > This seems like a bug. > I can't even retrieve his tweets in Tweetie (Internal server error)

[twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Ryan Rosario
count=200 worked for the hundreds of other users, just not this one. This seems like a bug. I can't even retrieve his tweets in Tweetie (Internal server error) R. On Jan 14, 5:12 pm, Peter Denton wrote: > Well this seems to work: > > http://twitter.com/statuses/user_timeline/kevinweil.json?coun

Re: [twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
Well this seems to work: http://twitter.com/statuses/user_timeline/kevinweil.json?count=10&page=1 On Thu, Jan 14, 2010 at 5:00 PM, Ryan Rosario wrote: > http://twitter.com/statuses/user_timeline/kevinweil.json?page=1&count=200 > yields "File not Found" in Firefox. > > In Safari, it downloads th

[twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Ryan Rosario
http://twitter.com/statuses/user_timeline/kevinweil.json?page=1&count=200 yields "File not Found" in Firefox. In Safari, it downloads the 500 web page. R. On Jan 14, 4:51 pm, Peter Denton wrote: > if you put the URL in the browser it works? > > On Thu, Jan 14, 2010 at 4:44 PM, Ryan Rosario wro

Re: [twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
if you put the URL in the browser it works? On Thu, Jan 14, 2010 at 4:44 PM, Ryan Rosario wrote: > If I remove the "count" parameter from the Curl call, it works, but > with any count parameter, I get a 500. > > On Jan 14, 4:39 pm, Ryan Rosario wrote: > > kevinweil :) > > > > I logged out of

[twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Ryan Rosario
If I remove the "count" parameter from the Curl call, it works, but with any count parameter, I get a 500. On Jan 14, 4:39 pm, Ryan Rosario wrote: > kevinweil :) > > I logged out of my account and his tweets are publicly viewable. > > On Jan 14, 4:27 pm, Peter Denton wrote: > > > do you have the

[twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Ryan Rosario
kevinweil :) I logged out of my account and his tweets are publicly viewable. On Jan 14, 4:27 pm, Peter Denton wrote: > do you have the username? they might be protected, but have given you > access? > > On Thu, Jan 14, 2010 at 4:26 PM, Ryan Rosario wrote: > > I am working on a project where I