[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 dclin...@gmail.com wrote: That's great news.  Thank you, Ryan. How about terms like tweet and retweet?  Or more generally, any word on the questions raised

[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

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 jazzyc...@gmail.com 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

[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, Dec 22,

[twitter-dev] Re: Twitter Profile Widget RateLimit

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

[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

[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] 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 ra...@twitter.com 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

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.

[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 dclin...@gmail.com 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

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

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:

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 uclamath...@gmail.com 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

[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 petermden...@gmail.com 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 uclamath...@gmail.com

[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 uclamath...@gmail.com wrote: kevinweil :) I logged out of my account and his tweets are publicly viewable. On Jan 14, 4:27 pm, Peter Denton

[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 spec...@floodgap.com wrote: Regarding Basic Auth Deprecation is June - would it be possible using OAuth to automate some users posts - for example

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 uclamath...@gmail.com 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 uclamath...@gmail.com wrote:

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 *

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

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

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=10page=1 On Thu, Jan 14, 2010 at 5:00 PM, Ryan Rosario uclamath...@gmail.com wrote: http://twitter.com/statuses/user_timeline/kevinweil.json?page=1count=200 yields File not Found in Firefox. In Safari,

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 uclamath...@gmail.com 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