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: Basic Auth Deprecation in June

2010-01-14 Thread Cameron Kaiser
> Thanks for your reply! > Couldn't I just save the access token in a database and use it later? Yup. Many, if not most, applications do just that. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@

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: Basic Auth Deprecation in June

2010-01-14 Thread twittme_mobi
Hello, Thanks for your reply! Couldn't I just save the access token in a database and use it later? Thanks. On Jan 14, 1:31 am, Cameron Kaiser wrote: > > Regarding Basic Auth Deprecation is June - would it be possible using > > OAuth to automate > > some users posts - for example - there are so

[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

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

2010-01-14 Thread Peter Denton
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 need to extract some tweets from my > friends and followers. I follow a couple of employees of Twitter, and > for some reason, I

[twitter-dev] Retrieving tweets of an employee

2010-01-14 Thread Ryan Rosario
I am working on a project where I need to extract some tweets from my friends and followers. I follow a couple of employees of Twitter, and for some reason, I cannot retrieve the tweets for one of them. In Python urllib2, I get a 500 error. In my script, I retry upon a 500, but this profile consist

Re: [twitter-dev] Rate limits for Searching APIs (revamped)

2010-01-14 Thread Abraham Williams
The Search API limit is not publicly available but is more then 150 calls per hour per IP. Once you hit the rate limit there will be a header in the response that specifies when you start making calls again. You can read more about the Search API rate limit here: http://apiwiki.twitter.com/Rate-l

Re: [twitter-dev] IP temp banned??

2010-01-14 Thread John Adams
On Jan 14, 2010, at 10:49 AM, Ryan Rosario wrote: I have noticed a strange problem when I started executing API requests in parallel. After some time, my machine cannot ping twitter.com and my operations stall. Other machines have no problem with Twitter.com at the same time. I am not exhaustin

[twitter-dev] Re: Question about "Twitter" use in library names

2010-01-14 Thread M. Edward (Ed) Borasky
On Jan 14, 8:04 am, DeWitt Clinton wrote: > BTW, here is what the Terms (http://twitter.com/tos) currently read, > "effective: September 18, 2009": > > > All right, title, and interest in and to the Services (excluding Content > > provided by users) are and will remain the exclusive property of Tw

Re: [twitter-dev] Re: Question about "Twitter" use in library names

2010-01-14 Thread DeWitt Clinton
Right, I agree that the public statements (both Biz's post and Ryan's comment here) are all aligned with what we expected and asked for. I'm simply encouraging and hoping for the Terms to be updated to reflect that position and remove the ambiguity for library, client, and service authors. Doubly

[twitter-dev] Re: background url showing via api, but not on profile

2010-01-14 Thread Kyle Mulka
Another example: http://twitter.com/users/show.xml?screen_name=MKTINTELLIGENCE On Jan 11, 11:25 am, Raffi Krikorian wrote: > thanks for bumping :P > > there is a fix in the pipeline for this issue -- we're just waiting on > getting it deployed out. > > > > On Mon, Jan 11, 2010 at 2:03 AM, Kyle Mu

[twitter-dev] Re: Relationship between Gardenhose and Track vs Search API

2010-01-14 Thread Ross Bates
That's a good explanation, thanks Mark. In your example are those 50 tweets gone forever or are they buffered into the following minute? I haven't seen the limit message yet. I realize there is the count parameter which allows you to go back 150k, but it seems it doesn't apply to track accounts (

[twitter-dev] Update profile image API using OAuth

2010-01-14 Thread Vikram
Hi all, I am trying to use the update profile image API via OAuth. This is how I build my request. Set the method as POST. Set the content type as multipart/form-data; boundary="+boundary; (Boundary is generated) Write the OAuth parameters oauth_consumer_key,oauth_nonce,oauth_signature,oauth_si

[twitter-dev] Re: Twitter Profile Widget RateLimit

2010-01-14 Thread Jason King
Thanks Josh - much appreciated. Jason

[twitter-dev] Re: Tweets with !, ', and other characters refused..

2010-01-14 Thread thetwitmaniac
We are using UTF-8 and still have this issue! Really can't understand why, all help would be greatly appreciated! On Dec 23 2009, 6:04 pm, Abraham Williams <4bra...@gmail.com> wrote: > Make sure you are properly encoding the characters before you send them to > Twitter. > > Abraham > > On Tue, De

Re: [twitter-dev] hurl.it is curl for the browser

2010-01-14 Thread bittin
:o nice tip :) On Thu, Jan 14, 2010 at 6:32 AM, Chad Etzel wrote: > Hi all, > > I stumbled upon this tonight (tho apparently it's been out a while), > but I thought it would benefit lots of devs. > > http://hurl.it/ is basically a curl client for the browser, but you > can also copy permalinks o

[twitter-dev] Rate limits for Searching APIs (revamped)

2010-01-14 Thread Gui
Hello community! I'm using a Linq to Twitter API to perform a few searches on the site, but my queries seem to have exceeded the limits, since the documentation on the API is not very extensive on how entry limits work. A couple of questions: What is the current rate limit for APIs per IP? How lo

[twitter-dev] Re: Question about "Twitter" use in library names

2010-01-14 Thread Rich
Tweet appears to have been answered here http://blog.twitter.com/2009/07/may-tweets-be-with-you.html On Jan 13, 7:51 pm, DeWitt Clinton wrote: > That's great news.  Thank you, Ryan. > > How about terms like "tweet" and "retweet"?  Or more generally, any word on > the questions raised in the "Que