Re: Timeouts

2008-11-06 Thread twibble
Alex, is this issue fully resolved? Right now I cannot connect to twitter.com any more from certain hosts. It works from others. The host in question is api.twibble.de (80.83.114.92) which used to work fine over the last months. curl http://twitter.com curl: (7) couldn't connect to host Thanks,

Re: Timeouts

2008-11-06 Thread Alex Payne
Yes, this issue was resolved. Additionally, we put a higher-capacity firewall in place since that network event. On Thu, Nov 6, 2008 at 12:02 AM, twibble [EMAIL PROTECTED] wrote: Alex, is this issue fully resolved? Right now I cannot connect to twitter.com any more from certain hosts. It

Search UI and API suggestions

2008-11-06 Thread Craig Hockenberry
As a user, there are a couple of things I'd like to see in search (both the Advanced UI form and in the API): 1) The ability to search for replies to a given tweet ID. The use case for this is when someone asks a question like What's the best place to get T-shirts printed in small runs?. The

Re: Search UI and API suggestions

2008-11-06 Thread Ed Finkler
On Thu, Nov 6, 2008 at 1:34 PM, Craig Hockenberry [EMAIL PROTECTED] wrote: As a user, there are a couple of things I'd like to see in search (both the Advanced UI form and in the API): 1) The ability to search for replies to a given tweet ID. The use case for this is when someone asks a

Re: Search UI and API suggestions

2008-11-06 Thread Damon Clinkscales
On Thu, Nov 6, 2008 at 12:34 PM, Craig Hockenberry [EMAIL PROTECTED] wrote: 1) The ability to search for replies to a given tweet ID. The use case for this is when someone asks a question like What's the best place to get T-shirts printed in small runs?. The only way to search for answers is

Re: Search UI and API suggestions

2008-11-06 Thread Matt Sanford
-to: not working is indeed a bug. I'm working on a fix right now. As for the searching for replies, that seems like a good feature to add. Until recently the reply_to_id was wrong too often, but with some recent API additions that should no longer be the case. Please file an issue at

Re: Search UI and API suggestions

2008-11-06 Thread Craig Hockenberry
Done, and thanks! http://code.google.com/p/twitter-api/issues/detail?id=142 -ch On Nov 6, 1:20 pm, Matt Sanford [EMAIL PROTECTED] wrote: -to: not working is indeed a bug. I'm working on a fix right now. As for the searching for replies, that seems like a good feature to add. Until

Re: = 0

2008-11-06 Thread fastest963
hey alex! The problem is that he happened to have post enabled. @vks comment out curl_setopt($ch, CURLOPT_POST, 1); or change it to curl_setopt($ch, CURLOPT_POST, 0); that will fix your error :)

Re: How to count users that are using my client?

2008-11-06 Thread fastest963
I'm working on a site that will do this and much more! I will keep you updated.

Data mining/firehose..

2008-11-06 Thread Faulkner
Hi Just wondering if there is any documentation on the DataMining API or when the availability of the FireHose API will happen? (not thinking anytime soon). I'm very interested in trying some experiments with a lot of twitter data and the DM API seems ideal, but apart from a description I

How do services such as TwitterLocal.net work?

2008-11-06 Thread ITistic
After looking through the API documentation I don't see a way to obtain all twitter updates. The public timeline is the closest I can find and that only shows the last 20 updates and refreshes only once a minute. How do apps such as TwitterLocal.net work? They obviously have some type of data

Re: Data mining/firehose..

2008-11-06 Thread tweetip
email alex at twitter com

Re: How do services such as TwitterLocal.net work?

2008-11-06 Thread Alex Payne
Check out http://dev.twitter.com/2008/10/we-got-data.html for our various options about how to get data from Twitter. On Thu, Nov 6, 2008 at 10:10 AM, ITistic [EMAIL PROTECTED] wrote: After looking through the API documentation I don't see a way to obtain all twitter updates. The public

Re: = 0

2008-11-06 Thread Alex Payne
Thanks for helping out! On Thu, Nov 6, 2008 at 7:52 PM, fastest963 [EMAIL PROTECTED] wrote: hey alex! The problem is that he happened to have post enabled. @vks comment out curl_setopt($ch, CURLOPT_POST, 1); or change it to curl_setopt($ch, CURLOPT_POST, 0); that will fix your error :)

Re: Data mining/firehose..

2008-11-06 Thread Alex Payne
For what it's worth, we've actually been cranking on the firehose solution all week. We've evaluated several queueing systems, and I've just finished work on a proof-of-concept backup plan if those don't pan out. We'd really like to have a solution in place by Thanksgiving at the latest.