[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-06 Thread Damon P. Cortesi
Hi Andrew, I recently added this as a beta feature on my random twitter utility app on appengine, TwitterAvatar.appspot.com. Here's an example: http://twitteravatar.appspot.com/users/names_to_ids?screen_names=dacort,jack,ed I don't currently have a hard limit on the number of names that can be

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-06 Thread Michael Steuer
Would you mind sharing how you implemented that? And I assume that this is also limited by your rate limit? Are you whitelisted? Since it's not asking me to log in, I assume these requests are made over your account... On 10/6/09 10:05 AM, Damon P. Cortesi d.lifehac...@gmail.com wrote: Hi

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-06 Thread Damon P. Cortesi
Sure, I'm just using a whitelisted account to query twitter for the provided ID's. I then cache that data for 5 days as user id's don't tend to change much. Combined with the various IPs that app engine uses, it seems to do OK. The service also provides for programmatic access to twitter avatars

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-05 Thread richardhenry
Why not request whitelisting? You'll be able to make 20,000 requests per hour. Provided you have a legitimate application, there's no reason why you wouldn't be whitelisted, and it generally seems to happen pretty quickly. http://twitter.com/help/request_whitelisting See more under

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-04 Thread Andrew McCloud
I don't thin you understood my question. I have a list of usernames that i need to convert to ids. These usernames are not friends of my account. On Oct 3, 11:18 pm, Thomas Hübner thueb...@gmx.de wrote: you can usehttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-04 Thread Josh Roesslein
Andrew, I'd email a...@twitter.com about getting whitelisted. If they deny it then maybe just do a little bit at a time until you have processed all your username - ids. Josh On Sun, Oct 4, 2009 at 3:40 PM, Andrew McCloud and...@amccloud.com wrote: I don't thin you understood my question. I

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-04 Thread Yogesh Mali
AndrewI don't think you can do that. If that would have been the case, they would have never put any restrictions. Yogesh On Sun, Oct 4, 2009 at 3:43 PM, Josh Roesslein jroessl...@gmail.com wrote: Andrew, I'd email a...@twitter.com about getting whitelisted. If they deny it then maybe just