Re: [twitter-dev] @replies missing

2010-07-04 Thread John Kalucki
The mentions timelines were updating with additional latency, perhaps a few minutes, for about a day, but they were updating. They should be updating in near real time now. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Jul 4, 2010 at 1:16 PM, Naveen Ayyagari

Re: [twitter-dev] Re: @replies missing

2010-07-04 Thread John Kalucki
I don't have all the details, but there was at least one deploy today around this issue. Any reports of missing mentions from tweets sent after about say 23:00 UTC (4pm PDT) ? -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Jul 4, 2010 at 6:25 PM, Mike Cha

Re: [twitter-dev] @mention messages appear in the timeline

2010-07-06 Thread John Kalucki
, it would open another spam vector that would have to be addressed. We have considered this feature on www, but I don't know whatever happened to the idea. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jul 6, 2010 at 7:24 AM, sh0w3r `uuh` wrote: >

Re: [twitter-dev] Re: Rate Limiting

2010-07-06 Thread John Kalucki
We're looking into this rate limiting issue. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jul 6, 2010 at 7:45 AM, Jeff Randall wrote: > On Jul 6, 9:23 am, "M. Edward (Ed) Borasky" research.net> wrote: > > Quoting artesea : > >

Re: [twitter-dev] lockouts are the new black

2010-07-06 Thread John Kalucki
issue. There's absolutely no intention to lock people out. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jul 6, 2010 at 9:00 AM, Isaiah Carew wrote: > > Lockouts are now common and frequent for everyday users doing normal > things. > > I ha

Re: [twitter-dev] Streaming API time drifting problem and possible solutions

2010-07-08 Thread John Kalucki
. It will almost certainly not fall behind. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 8, 2010 at 8:31 AM, Larry Zhang wrote: > Hi everyone, > > I have a program calling the statuses/sample method of a garden hose > of the Streaming A

Re: [twitter-dev] User Streams and Desktop Apps

2010-07-08 Thread John Kalucki
A web app served through a central service is addressed by a different product than User Streams. If the web browser is making a direct request to the Twitter Streaming API, that's a different issue, and we should coordinate. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitte

Re: [twitter-dev] Twitter Streaming API - Connection Refused

2010-07-09 Thread John Kalucki
I cannot reproduce this problem and the aggregate statistics on stream.twitter.com look normal. Please email your account, ip address, the exact time of an example failure in UTC, and also a sample curl -v run to api at twitter dot com. -John Kalucki http://twitter.com/jkalucki Twitter Inc. On

Re: [twitter-dev] Any chance to get more than 20,000 calls per hour?

2010-07-09 Thread John Kalucki
I would suggest that you shouldn't limit your application development by attempting to cover all user cases. It's highly unlikely that a celebrity will ever use your service when it is starting out. Instead, I'd focus on the common case user and first prove your value there. -Jo

Re: [twitter-dev] SSL Cert not working on a1.twimg.com

2010-07-12 Thread John Adams
What the main site currently does is to provide SSL images directly from s3 when a user is on https and to provide images over our CDN (twimg.com) when using a non-ssl connection. i.e.: https://s3.amazonaws.com/twitter_production/profile_images/64195496/IMG_1875_normal.JPG vs. http://a1.twimg.com

Re: [twitter-dev] Re: New attack/Phish going on?

2010-07-12 Thread John Adams
Twitter Trust & Safety has been notified and will be dealing with this issue. -j On Mon, Jul 12, 2010 at 3:06 PM, Jann Gobble wrote: > We (at Barracuda Networks) have investigated and blocked both of these > domains for our customer base because of the type/number of links we have > seen. > >

Re: [twitter-dev] Notified when users update their tweets

2010-07-15 Thread John Kalucki
You want the follow parameter on the /1/statuses/filter.json endpoint on the Streaming API. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 15, 2010 at 1:10 AM, Base wrote: > I looked at the streaming API but can't tell if it's what we need.

Re: [twitter-dev] Gardenhose feed down to a trickle

2010-07-15 Thread John Kalucki
This is a known issue. We'll have an email about the Gardenhose and Spritzer later today. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 15, 2010 at 5:48 AM, Sanjay wrote: > I haven't fully investigated but my connection to the gardenhose feed

Re: [twitter-dev] Re: Oauth rate status?

2010-07-15 Thread John Werry
I'm using a PHP libarary so I don't have intimate knowledge of it's workings: http://www.haughin.com/code/twitter/ I'd have to take the time to delve into it. John On Thu, Jul 15, 2010 at 10:08 AM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > John, &g

Re: [twitter-dev] sample (gardenhose) feed slowdown

2010-07-15 Thread John Kalucki
I hoped we'd have an email out on Thursday about this, but I'd imagine it'll go out on Friday. There isn't a problem with your client. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 15, 2010 at 9:48 PM, Tim Haines wrote: > This was

Re: [twitter-dev] api.twitter.com SSL cert expiring on 7-27-2010?

2010-07-16 Thread John Adams
We have renewed the existing wildcard certificate and will be deploying it soon to api.twitter.com and oauth.twitter.com. It's from the same vendor, so there should be no issues. -j On Fri, Jul 16, 2010 at 11:26 AM, Carlos wrote: > After getting SSL errors on Windows Mobile 6.0 with connection

Re: [twitter-dev] Selecting most active users to stream from a list

2010-07-19 Thread John Kalucki
The easier and far better thing to do would be to request a higher access level for follow, and do it all via the Streaming API. This would be less coding work for you, and less stress on our system. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Jul 19, 2010 at

Re: [twitter-dev] OAuth, Stream API, desktop apps, general question

2010-07-19 Thread John Kalucki
Desktop apps should be on User Streams, not on stream.twitter.com: http://apiwiki.twitter.com/ChirpUserStreams http://apiwiki.twitter.com/User-Stream-Implementation-Suggestions You should keep connections open as long as is practical and reduce connection churn to a minimum. -John Kalucki http

Re: [twitter-dev] Re: A feed greater equivalent to the old gardenhose?

2010-07-20 Thread John Kalucki
Note that even at this reduced setting, the Gardenhose is several times larger in absolute volume than it was at launch. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jul 20, 2010 at 1:11 AM, Tweetcepts wrote: > I was just told by Brian Sutorius that in fact

Re: [twitter-dev] Find all mentions

2010-07-20 Thread John Kalucki
subset of users, or with the firehose, all public mentions of all users. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jul 20, 2010 at 8:15 AM, Sachin wrote: > Using the GET statuses/mentions request I can return all the @mentions > and RT

Re: [twitter-dev] Retrieving new tweets for 40-60 thousand users

2010-07-20 Thread John Kalucki
Yes. GET stream.twitter.com/1/statuses/filter.json follow=userid,userid,userid You'll need to request a higher access level. -John Kalucki htttp://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jul 20, 2010 at 7:52 AM, BJ Weschke wrote: > The streaming API. > > >

Re: [twitter-dev] Method statuses/filter from Streaming API return only incoming tweets and no updates

2010-07-20 Thread John Kalucki
Without an authentication token for a user, there's no way to get their DMs and other private and protected information. Follow gives you tweets and retweets by those users, not tweets bound for those user's timelines. You can use track to find mentions, including replies. -John Ka

Re: [twitter-dev] Re: A feed greater equivalent to the old gardenhose?

2010-07-20 Thread John Kalucki
goal is to provide useful low-latency samples without overwhelming clients or incurring excessive delivery cost. In particular, we reserve the right to alter the sampling proportion as overall traffic grows to keep the sampled feeds practical. -John Kalucki http://twitter.com/jkalucki Infrastructure, T

Re: [twitter-dev] Retrieving new tweets for 40-60 thousand users

2010-07-20 Thread John Kalucki
We don't allow a single account to follow 60k users, so User Streams isn't going to work. -John On Tue, Jul 20, 2010 at 12:22 PM, M. Edward (Ed) Borasky wrote: > Is this a server application (Software as a Service) or do you want this to > run on a desktop? If you deployed

Re: [twitter-dev] Retrieving new tweets for 40-60 thousand users

2010-07-20 Thread John Kalucki
uot;A mathematician is a device for turning coffee into theorems." - Paul Erdos > > > Quoting John Kalucki : > >> We don't allow a single account to follow 60k users, so User Streams >> isn't going to work. >> >> -John >> >> >> On Tue

Re: [twitter-dev] Twitter Stream API - Location filtering limited to the Western Hemisphere?

2010-07-21 Thread John Kalucki
ing a legally-sized bounding box that straddle one or both of the prime meridian or the equator, we'll certainly fix that. Given the proportion of geo-tagged tweets, perhaps we should indeed make these boxes bigger for the default access role. -John On Wed, Jul 21, 2010 at 8:08 AM, Dave Ing

Re: [twitter-dev] Need a confirmation - no way to count number of tweets found when searching for a keyword?

2010-07-22 Thread John Kalucki
A count that you receive from search will be an approximation, as results are filtered for relevance. John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 22, 2010 at 1:44 AM, Terrence Tee wrote: > I need to a confirm that this is not possible - get search co

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-22 Thread John Adams
The mobile site has used a wildcard certificate for the last two years; Did you recently begin experiencing this issue or was your code working in the past? -j On Thu, Jul 22, 2010 at 6:43 AM, bjcoredev wrote: > It seems that SUN WTK 2.5.2 doesn't accept wildcard certificates > I hope that mob

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-22 Thread John Adams
so can't process xAuth authentication wich will be mandatory > on 15 august > So . > > > > On 22 juil, 20:20, John Adams wrote: > > The mobile site has used a wildcard certificate for the last two years; > Did > > you recently begin experiencing this iss

Re: [twitter-dev] Home_timeline after tweet destroy

2010-07-23 Thread John Kalucki
tweets is equivalent. The client is either in a loop, paging through for a since_id, or the user is likely to click more anyway. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Jul 23, 2010 at 1:18 AM, luisg wrote: > Hi there... > > I'm experience so

Re: [twitter-dev] Re: Retrieving new tweets for 40-60 thousand users

2010-07-23 Thread John Kalucki
you to follow 80,000 public accounts on a single stream. Read the section of the doc 'Updating Filter Predicates' http://dev.twitter.com/pages/streaming_api_concepts#updating-filter-predicates . If you also wish to follow protected accounts, you'll have to wait for a future pr

Re: [twitter-dev] Re: Home_timeline after tweet destroy

2010-07-23 Thread John Kalucki
If you want 20, request say 24 and discard the excess? Not an expert on the API at all, -John On Fri, Jul 23, 2010 at 7:11 AM, luisg wrote: > Hi, > Thanks for your replies. > > @John: I check the documentation (http://dev.twitter.com/doc/get/ > statuses/user_timeline),

Re: [twitter-dev] Hosted proxy server service?

2010-07-23 Thread John Adams
Setting up an open (or private) proxy in an attempt to get around our rate limits will possibly result in your application or IP being banned. The rate limits are there so that everyone can share the service. -j On Fri, Jul 23, 2010 at 9:07 AM, Ryan W wrote: > I've given up trying to get anyt

Re: [twitter-dev] Re: Not able to connect to twitter API from Google Appengine

2010-07-23 Thread John Adams
Please post or forward your app's IP range so we can investigate. Thanks. -j On Fri, Jul 23, 2010 at 11:50 AM, nischalshetty wrote: > Alrite, I can see intermittent errors. So all's not well yet... > > -Nischal > > On Jul 23, 11:35 pm, nischalshetty wrote: > > Oh my GOD! I can see it working! Y

Re: [twitter-dev] Re: Not able to connect to twitter API from Google Appengine

2010-07-23 Thread John Adams
ce issues with your Google App Engine > > application, please reply to this thread with a link to your > > application, and, if possible, the IP address from which your remote > > requests are originating. > > > > Thanks, > > Taylor > > > >

Re: [twitter-dev] Cursor lifetime

2010-07-26 Thread John Kalucki
w bug that was fixed long ago. -John Kalucki http://twitter.com/jkalucki On Mon, Jul 26, 2010 at 7:32 AM, soung3 wrote: > > I'm interested in learning about how long cursor IDs are valid for in > the friends/ids and followers/ids methods.  For example, if I page > through 10

[twitter-dev] Re: Sign in with Twitter

2009-04-17 Thread John Kristian
It just dawned on me: it looks like /oauth/authenticate is designed to merely deliver a user's ID and screen_name to a application, not to authorize the application to access Twitter on the user's behalf. Is that so? A suggestion: treat the user ID and screen_name as a resource that's protected

[twitter-dev] Re: Sign in with Twitter

2009-04-17 Thread John Kristian
I'm having trouble using /oauth/authenticate, too. After authenticating, Twitter redirects back to my consumer with a different oauth_token than the one I sent to initiate authentication. Twitter APIs don't accept either token. Sending the original request token to /oauth/access_token elicits H

[twitter-dev] Re: OAuth and screen name

2009-04-17 Thread John Kristian
It would make more sense to me, too, to use the same protocol flow for oauth/authorize and /authenticate. On Apr 16, 11:51 pm, Abraham Williams <4bra...@gmail.com> wrote: > It seems like it would make more sense to use the same work flow for both > oauth/authorize and oauth/authenticate. Then the

[twitter-dev] Re: Sign in with Twitter

2009-04-17 Thread John Kristian
It would be nice to support applications that merely authenticate, never authorize. That is, they don't ask for permission to access Twitter on the user's behalf. Such an application would never direct a user to /oauth/authorize, and thus would never get a token secret from the authorization flo

[twitter-dev] Re: Send status update with OAuth/PHP/cURL

2009-04-21 Thread John Kristian
There's a more general-purpose OAuth library at http://code.google.com/p/oauth/ but I don't know whether it's high quality. On Apr 21, 2:00 pm, Chad Etzel wrote: > Take a look at Abraham Williams' excellent Twitter PHP Oauth lib: > > http://twitter.abrah.am/

[twitter-dev] Re: oAuth is BACK!

2009-04-25 Thread John Kristian
User information could be sent together with the OAuth access token and secret (when exchanging the request token for an access token). At that point the user's identity has been firmly established. HTTPS could be used here, to keep the user information private and credible. On Apr 23, 2:38 pm,

[twitter-dev] Re: http://twitter.com/home?status=thisusedtowork

2009-04-30 Thread John Adams
box. Now of course I'm probably reading this wrong, or missed something. :-) Any help would be much appreciated... Dave --- John Adams Twitter Operations j...@twitter.com http://twitter.com/netik

[twitter-dev] Re: Direct Message Emails Vulnerable?

2009-05-04 Thread John Adams
f the email, and if it doesn't validate, it's not from us. -j --- John Adams Twitter Operations j...@twitter.com http://twitter.com/netik

[twitter-dev] Re: Direct Message Emails Vulnerable?

2009-05-04 Thread John Adams
e received: headers, or the originating message path if you don't want to implement domain keys. There exists many standard libraries to do so, though. -j --- John Adams Twitter Operations j...@twitter.com http://twitter.com/netik

[twitter-dev] Re: Direct Message Emails Vulnerable?

2009-05-04 Thread John Adams
you trying to protect against? A user forging an email to your MTA as twitter? That's defensible by fixing your MTA's configuration (to validate DKIM and SPF coming from twitter.com hosts) and not doing it in your script. --john --- John Adams Twitter Operations j...@twitter.com http://twitter.com/netik

[twitter-dev] Re: Direct Message Emails Vulnerable?

2009-05-05 Thread John Adams
all of our mail servers, as does Google, Facebook, Yahoo, and many other major sites. With regards to maintainability, it depends if you're the admin, or the developer, I suppose. Both come with their own levels of associated work. -j --- John Adams Twitter Operations j...@twitter.com http://twitter.com/netik

[twitter-dev] Re: Can Twitter please pick a From: and stick with it?

2009-05-06 Thread John Adams
This is a bug introduced in the last deploy. We've all agreed on the VERP format, twitter-follow-emailname=domain@postmaster.twitter.com I'll follow up with engineering and file a bug. Sorry about this. -john On May 6, 2009, at 2:53 PM, TjL wrote: The email notificatio

[twitter-dev] Re: Can Twitter please pick a From: and stick with it?

2009-05-06 Thread John Adams
27;ll have this sorted shortly. -john On May 6, 2009, at 3:13 PM, TjL wrote: FWIW I think "nore...@twitter.com" is the right choice, it's certainly a lot easier for image display, etc. But it sounds like John Adams thinks this is going to change back. I hope this will be clari

[twitter-dev] Re: Public Timeline Frozen

2009-05-07 Thread John Kalucki
ormat. So far the availability has been very good, and the latency very low. -John On May 7, 6:01 am, mattarnold1977 wrote: > I just checked the log on my server and noticed that the public time > line has been putting out the same status information since around 5 > o'clock ye

[twitter-dev] Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-09 Thread John Kalucki
a test. We will attempt to balance ease-of-use, resource consumption and abuse prevention. -John Kalucki - Services, Twitter Inc. http://twitter.com/jkalucki Important Alpha Test Note: The Streaming API (aka Hosebird) is currently under an alpha test. All developers using the Streaming API mus

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-10 Thread John Kalucki
appear too onerous. Unfortunately such clients will require the login credentials to be predicated on production status. If we're missing a use case, let's discuss. We have options at this early stage. -John Kalucki - Services, Twitter Inc. http://twitter.com/jkalucki On May 10, 12:55 pm,

[twitter-dev] New Public Streaming API Resource - Follow

2009-05-12 Thread John Kalucki
Note: The Streaming API is currently under a limited alpha test, details below. The "/follow" Streaming API resource is now publicly available. This resource streams near-real-time public updates posted by an arbitrary set of users. Streaming by user_id may be interesting to a variety of develope

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-05-12 Thread John Kalucki
Chad, Yes, I think this is called POSTDATA in browsers. I don't recall what the actual name of this part of the HTTP protocol is, but it's the body section after the headers. I corrected the file name error. Thanks. -John On May 12, 8:49 pm, Chad Etzel wrote: > Hi John, >

[twitter-dev] Re: Streaming API's XML format

2009-05-13 Thread John Kalucki
ing else, perhaps we can make a change. -John On May 12, 9:38 pm, Ianiv Schweber wrote: > Currently the spritzer stream looks like: > > > > \n > > > \n > ... > > I'm wondering why it contains a stream of XML documents instead of > just

[twitter-dev] Re: Streaming API's XML format

2009-05-13 Thread John Kalucki
(Integer(lengthBytes).parseInt())) } -John On May 13, 9:00 am, Ianiv Schweber wrote: > I'm trying the delimited parameter but I don't see any difference in the > feed. I find it's description in the docs a little confusing: > > "Indicates that statuses should

[twitter-dev] Re: Streaming API's XML format

2009-05-13 Thread John Kalucki
will soon, in all likelihood, swamp a single core. -John On May 13, 9:00 am, Ianiv Schweber wrote: > I'm trying the delimited parameter but I don't see any difference in the > feed. I find it's description in the docs a little confusing: > > "Indicates that sta

[twitter-dev] Re: Streaming API's XML format

2009-05-13 Thread John Kalucki
Yes, that is quite confusing. Sorry about that. I updated the docs and added an example. -John On May 13, 9:36 am, Ianiv Schweber wrote: > Ok, so "delimited=length" does work. The docs say the value for delimited > must be a number, which is why I was confused. > &g

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-05-13 Thread John Kalucki
ccount just for streaming. Should the password be compromised, there's only a denial of service risk and no further risk. -John On May 13, 11:18 am, Marco Kaiser wrote: > John, > > this looks pretty interesting! > > Two questions: > > 1) you are requiring to send a usernam

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-14 Thread John Kalucki
to do the demux on your end, but that should be easy enough. -John On May 13, 11:40 pm, "Damon P. Cortesi" wrote: > John, > > Do the concurrent connections apply to the birddog/shadow/follow feeds > as well? > > I can see a use case where I might want to set up multipl

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-05-14 Thread John Kalucki
r the desktop. In my experience, clients are mostly using basic auth, but it certainly would be nice if that evolved. I think all I can say at this point is, if streaming to the desktop becomes a Big Thing, we'll look into adding a better authentication mechanism to the Streaming API. -John On Ma

[twitter-dev] Re: stream follow request not working

2009-05-21 Thread John Kalucki
newlines are keep-alive probes. -John Kalucki Services, Twitter Inc. On May 21, 4:22 am, developerinlondon wrote: > I tried using the stream API call documented > here:http://apiwiki.twitter.com/Streaming-API-Documentation#Connecting > At the bottom there is the following example - &g

[twitter-dev] Re: Public timeline sample data set.

2009-05-21 Thread John Kalucki
ugh for us to store and serve the SGS for internal purposes. The size and velocity alone make it, cough, cough, unwieldy.) If you are interested in doing this sort of analysis full-time, apply for a job! We're a data-driven shop, and we're always crawling over the numbers. -John Kaluc

[twitter-dev] Re: stream follow request not working

2009-05-21 Thread John Kalucki
ords. Look into the Twitter Search API for this purpose. John Kalucki Services, Twitter Inc. On May 21, 10:44 am, developerinlondon wrote: > Ah I see, makes sense. Thanks. > > This API being Streaming means I can constantly stay connected to it > without risking being banned. Correct

[twitter-dev] Date time string

2009-05-21 Thread John Meyer
I've noticed that most of the date time strings in the XML responses are formatted like this "Thu May 21 03:15:28 + 2009" What exactly is that +?

[twitter-dev] Re: Public timeline sample data set.

2009-05-22 Thread John Kalucki
The /spritzer feed is open to everyone with a Twitter account: http://apiwiki.twitter.com/Streaming-API-Documentation -John Kalucki Services, Twitter Inc. On May 22, 8:48 am, Burhan TANWEER wrote: > How can I get access to /gardenhose and /spritzer feeds? > > > > On Thu, May 2

[twitter-dev] Re: Streaming API: Spritzer-stream coverage

2009-05-24 Thread John Kalucki
uce, reuse, recycle! -John Kalucki Services, Twitter Inc. On May 24, 10:51 am, Sven Svensson wrote: > Thanks for an excellent API. > > I have two questions in relation to the streaming API: > > * Assume that two users are both reading the spritzer stream at the same > time - wil

[twitter-dev] Re: Is the spritzer supposed to be as fast as the datamining feed?

2009-05-25 Thread John Kalucki
week, so be sure you are comparing the exact same time periods. -John Kalucki Services, Twitter Inc. On May 25, 7:20 pm, Twittledee wrote: > Hello: >  In an answer to a different question in this group, Doug said that > the spritzer was supposed to be as fast as the datamining feed.

[twitter-dev] Re: Streaming API: /spritzer sending nothing but keep-alives after a while

2009-05-26 Thread John Kalucki
Digging into this... -John Kalucki Services, Twitter Inc. On May 26, 4:58 pm, Chad Etzel wrote: > New debugging output shows I just received 44,574 tweets before > getting only keep-alive newlines every 20 seconds for about 30 minutes > before I killed the script and restarted it.

[twitter-dev] Re: Twitter stream api -ping service-

2009-05-26 Thread John Kalucki
y are written immediately on the TCP socket. You read them with a HTTP client that is capable of incremental reads. After that, you are on your own, route them within your application as you see fit. -John Kalucki Services, Twitter Inc. On May 26, 11:42 am, techtimes wrote: > Hi, > > If I fo

[twitter-dev] Re: Streaming API: Spritzer-stream coverage

2009-05-27 Thread John Kalucki
ut the Streaming API, and there's plenty we don't know just yet. -John Kalucki Services, Twitter Inc. On May 26, 11:55 pm, "Brendan O'Connor" wrote: > On Tue, May 26, 2009 at 10:07 PM, elversatile wrote: > > > Makes sense. I was assuming the same. Thanks

[twitter-dev] Re: Geographical distribution / latency of api servers

2009-05-29 Thread John Adams
On May 29, 2009, at 2:14 AM, jmathai wrote: What's the geographical distribution of the api servers? And, are requests routed to the nearest farm/colo? All servers are currently on the west coast. -j --- John Adams Twitter Operations j...@twitter.com http://twitter.com/netik

[twitter-dev] Re: Oauth, PHP, and POST-ing updates

2009-05-30 Thread John Jawed
results against pecl/oauth (which works). http://us2.php.net/manual/en/oauth.enabledebug.php Regards, John On Fri, May 29, 2009 at 7:54 AM, AlfredN wrote: > > Hi, I have written code for oauth for a dev i'm doing and i'm having > problems actually posting updates to twitte

[twitter-dev] Re: Source showing as web

2009-05-31 Thread John Kalucki
, but it's not yet clear when the issue will be fixed. -John Kalucki Services, Twitter, Inc. On May 30, 10:35 pm, Swap wrote: > All tweets seem to be showing as posted from web? :)

[twitter-dev] Re: source name has switch to web

2009-05-31 Thread John Kalucki
, but it's not yet clear when the issue will be fixed. -John Kalucki Services, Twitter, Inc. On May 31, 1:19 am, Adrian wrote: > Hi, all preexisting and newly added tweets with source Twitya have > changed to Web. > > Tweets are added using 'source=twitya' in the post querystring as per > usual.

[twitter-dev] Re: Reg: Follow/Un-Follow Multiple users

2009-06-02 Thread John Kalucki
n the Streaming API, or, consider searching for a hashtag in the Search API. -John Kalucki Services, Twitter Inc. On Jun 1, 11:29 pm, kkp <33spa...@gmail.com> wrote: > Hi, > > I want to follow/unfollow multiple users in one web request. > At present i am following/un follow users

[twitter-dev] Re: Sreaming API: /follow closing immediately

2009-06-04 Thread John Kalucki
and /follow from the same account, the first connection may be thrown off by the second connection. -John Kalucki Services, Twitter, Inc. On Jun 4, 2:26 pm, Chad Etzel wrote: > I am playing with the follow methods, and they have been acting funny > all day.  Lately it just closes immed

[twitter-dev] Re: A Fresh Look At Follower Processing

2009-06-05 Thread John Kalucki
or Streaming API syndication is how Hosebird already works. It practically writes itself. It would be a help to describe some compelling use cases for this data beyond efficiency, QoS and ease of use. -John Kalucki Services, Twitter Inc. On Jun 5, 6:08 am, dewald wrote: > New follower processi

[twitter-dev] Re: Streaming API: missing updates & non-indexed user correlation?

2009-06-05 Thread John Kalucki
it appears that everything is working by the rules, if not also by design. These two concepts are not always in alignment! -John Kalucki Services, Twitter, Inc. On Jun 5, 10:09 am, Chad Etzel wrote: > Hi John, et al. > > I have been playing with the /follow streams and noticed that so

[twitter-dev] Re: Streaming API: missing updates & non-indexed user correlation?

2009-06-05 Thread John Kalucki
ally suspended state, I think > they should be fair game for /follow methods. > > Any other opinions out there? > -Chad > > On Fri, Jun 5, 2009 at 1:44 PM, John Kalucki wrote: > > > There are multiple bits set for accounts that control various levels > > of access and al

[twitter-dev] Re: Twitter Apps

2009-06-08 Thread John Kalucki
works. -John Kalucki Services, Twitter Inc. On Jun 7, 12:02 am, umaydin wrote: > Hello, > > I have a social network and I want my members share their twitter > updates on profile pages as same as in facebook, friendfeed, etc. > My updates are going to be shown in 5 seconds in friend

[twitter-dev] Re: Streaming API + PHP and Python

2009-06-08 Thread John Kalucki
n the chunked transfer coding in the PHP client wherein it cannot support endless streams. Some resource is exhausted or administratively limited (php.ini), and the stream stops. -John Kalucki Services, Twitter Inc. On Jun 8, 1:16 pm, Chad Etzel wrote: > Hi All, > > I am stumped.  For

[twitter-dev] Streaming API -- /follow /birddog and /shadow also match in_reply_to field.

2009-06-09 Thread John Kalucki
Hello @user!"), but aren't explicit replies, are not matched. -John Kalucki Services, Twitter Inc.

[twitter-dev] Re: Streaming API -- /follow /birddog and /shadow also match in_reply_to field.

2009-06-09 Thread John Kalucki
Unlikely. In general, we treat a status as immutable, but removable. Hosebird doesn't re-write statuses. Clients can determine this by themselves. Too many other things to do! -John On Jun 9, 8:10 pm, Chad Etzel wrote: > Neato! > > Would it be possible to add some sort of at

[twitter-dev] Re: Streaming API -- /follow /birddog and /shadow also match in_reply_to field.

2009-06-10 Thread John Kalucki
This is a known defect. Quick catch! The fix is easy enough and required for future features. Streaming API clients need to de-duplicate for a whole host of other reasons, especially those who use the count parameter. The service errs on the side of overdelivery. -John Service, Twitter Inc

[twitter-dev] Re: Streaming API -- /follow /birddog and /shadow also match in_reply_to field.

2009-06-10 Thread John Kalucki
pe of overdelivery is rare, but it can happen. -John On Jun 10, 10:09 am, Chad Etzel wrote: > Cool, thanks. > > I have noticed that the duplicates have always (thus far) come in > back-to-back, so I've just started checking the tweet id against the > last received tweet id

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-06-10 Thread John Kalucki
ny statuses you receive from those users. -John Kalucki Services, Twitter Inc. On Jun 10, 9:26 am, AE wrote: > Hi John > > Questions regardingfollow. > > On May 13, 10:50 pm, John Kalucki wrote: > > > I'll attempt to answer these questions, but I can only do so wi

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-06-11 Thread John Kalucki
27;ve answered your questions. Keep them coming! -John Kalucki Services, Twitter, Inc. On Jun 11, 8:15 am, AE wrote: > On Jun 10, 6:51 pm, John Kalucki wrote: > > > I haven't done the math, but I don't think a single prolific user > > could tweet more than you c

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-06-11 Thread John Kalucki
Each is granted individually. On Jun 11, 10:49 am, David Fisher wrote: > If I have Gardenhose access, do I automatically have access to Shadow > or Birddog or do I need to send in a separate application/contract to > gain access? > > Thanks, > > David > > On Jun

[twitter-dev] Streaming API -- Code Change Required: follow parameter delimiter

2009-06-12 Thread John Kalucki
The follow post parameter now takes a comma separated list of userids to follow in the /follow, /track and /birddog resources. This change is being made to support future features. Space separated lists will also be supported until Wednesday June 17 to allow for transition. -John Kalucki

[twitter-dev] Streaming API -- Announcing /track resource - Search on status text

2009-06-12 Thread John Kalucki
little, if any, notice. Any developer may experiment with the unrestricted resources and provide feedback via this list. Access to restricted resources is extremely limited and is only granted on a case-by-case basis after acceptance of an additional terms of service document. -John Kalucki Services

[twitter-dev] Streaming API -- Note for desktop developers

2009-06-12 Thread John Kalucki
For the moment the Streaming API is primarily intended for consumption by partner services. Developers considering desktop deployment of Streaming API clients must coordinate with a...@twitter.com. -John Kalucki http://www.twitter.com/jkalucki Services, Twitter Inc.

[twitter-dev] Re: how is the gardenhose actually selected?

2009-06-12 Thread John Kalucki
other purposes, however, it's probably not terribly useful. If you want to follow specific users, consider the /follow resource. -John Kalucki Services, Twitter Inc. On Jun 12, 3:27 pm, braver wrote: > Is there any guarantee that we'll follow certain users sufficiently or > c

[twitter-dev] Re: best practice for dealing with streaming api connection close

2009-06-14 Thread John Kalucki
the surviving servers to absorb the load from server restarts. You must ensure that your client is fast enough and that you have sufficient bandwidth and a stable enough connection to consume your stream. I usually see connections that survive for a few days before mysteriously being dropped. Ju

[twitter-dev] Re: location data for searched tweets

2009-06-18 Thread John Kalucki
The entire user profile, including location, is returned for each match in the Streaming API /track method. Matches are by keyword, not phrase. -John Kalucki Services, Twitter Inc. On Jun 18, 5:29 pm, Germig wrote: > Hi, is it  not possible to get the location data as a return value > a

[twitter-dev] Re: Streaming API -- Announcing /track resource - Search on status text

2009-06-21 Thread John Kalucki
Sorry, but track only searches within the status text. -John Kalucki Services, Twitter Inc. On Jun 21, 3:38 pm, "M. Edward (Ed) Borasky" wrote: > On Jun 12, 12:11 pm, John Kalucki wrote: > > > > > Note: TheStreamingAPI is currently under a limited alpha test,

[twitter-dev] Re: oauth_callback parameter

2009-06-21 Thread John Jawed
http://us2.php.net/manual/en/oauth.getrequesttoken.php On Sun, Jun 21, 2009 at 10:27 AM, Petermdenton wrote: > > Cool! Thanks for the reply. > > > On Jun 21, 2009, at 12:24 AM, Abraham Williams <4bra...@gmail.com> wrote: > > >> The bad news: Currently there is no way of doing this without editing

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-06-23 Thread John Kalucki
You can't have multiple logins per account at the moment. In general, contact the API group for help with this. In this case, I'll set things up for you. -John Kalucki Services, Twitter Inc. On Jun 23, 7:26 am, கார்த்திக்.மு wrote: > John, > > Can we have two concurrent co

[twitter-dev] Re: best practice for dealing with streaming api connection close

2009-06-23 Thread John Kalucki
uous reconnects in the face of 4XX errors. Always sleep and back-off in these cases. If your password is wrong, or your parameter list is invalid, it's going to be just as wrong 60 seconds from now. -John Kalucki Services, Twitter Inc. On Jun 23, 3:49 pm, danielo wrote: > I had a si

[twitter-dev] Re: Reg gardenhose feed

2009-06-25 Thread John Kalucki
. If you use a reasonable JSON parser, it will mask all of these issues for you. If you try to pick the text apart via other means, you will be continuously reworking as the status format evolves and as the JSON encoder capriciously reorders its output. -John Kalucki Services, Twitter. Inc. On Jun

<    1   2   3   4   5   6   7   8   9   10   >