Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-27 Thread John Kalucki
a default access account or elevated access is TOO FULL. Does that mean, we have started getting rate limit messages in stream? Or it is something else? Thanks, Alam Sher On Sat, Feb 27, 2010 at 2:31 AM, John Kalucki j...@twitter.com wrote: The elevated access account can reconnect much

[twitter-dev] Sad News (I need your Help)

2010-02-28 Thread John Krutsch
to me through Western Union. Thanks John.

Re: [twitter-dev] Using the locations filter in the Streaming API

2010-02-28 Thread John Kalucki
explanatory text is coming back. Any additional feedback is appreciated. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Feb 27, 2010 at 9:49 PM, miguelrios migue@gmail.com wrote: Dear all, I am kind of confused after reading the Streaming API documentation

Re: [twitter-dev] Percent of total tweets in GardenHose Stream Access

2010-02-28 Thread John Kalucki
The gardenhose is very very roughly 3x the default access level (aka Spritzer). The algorithm is slightly complicated, and the inputs vary, thus, vagueness. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Feb 26, 2010 at 11:05 PM, M. Edward (Ed) Borasky zzn

Re: [twitter-dev] Re: Percent of total tweets in GardenHose Stream Access

2010-03-01 Thread John Kalucki
Wait a few months. Organic growth will eventually drive Gardenhose to be 10x today's Spritzer. -John On Sun, Feb 28, 2010 at 11:59 PM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: That's good to know - if Gardenhose was 10X Spritzer, what I'm trying to do wouldn't be feasible

Re: [twitter-dev] Need help with the streaming API syntax....specifically how to point to the track text file without using curl

2010-03-02 Thread John Kalucki
is different, check your docs. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 2, 2010 at 12:42 PM, Mad Euchre mad.ukrain...@gmail.com wrote: This is the VB code I would use to start any http stream request = DirectCast(WebRequest.Create(http

Re: [twitter-dev] Data rates from yesterday's meeting?

2010-03-03 Thread John Kalucki
is somewhat higher than the average. So, very, very roughly... -John On Tue, Mar 2, 2010 at 9:15 PM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: I'm looking at the tweet chat from yesterday's meeting. I see these numbers: 1. Firehose is 8 MB/sec. 2. Gardenhose is 15% of Firehose 3. Spritzer is 5

Re: [twitter-dev] Data rates from yesterday's meeting?

2010-03-03 Thread John Kalucki
Spritzer.json was depreciated in September 2009. It currently rewrites to /1/statuses/sample.json, and that rewrite rule is being removed. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 3, 2010 at 5:41 AM, Ed Costello epcoste...@gmail.com wrote: Related

Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-03-04 Thread John Kalucki
suspect that your client isn't detecting a TCP close in a timely manner. This flaw will lead to data loss when connections are cycled on our end. I strongly encourage all clients to detect a TCP close and reconnect within a few tens to hundreds of milliseconds. -John Kalucki http://twitter.com

Re: [twitter-dev] Re: Pin-based authorization via .NET

2010-03-07 Thread John Meyer
Take a look at http://twittervb.codeplex.com/ for some examples. John Meyer Freelance Consultant http://www.pueblonative.com/blog If something goes wrong at the plant, blame the guy who can’t speak English. */Homer Simpson/* --- @ WiseStamp Signature http://my.wisestamp.com/link?u

Re: [twitter-dev] Re: Need help with the streaming API syntax....specifically how to point to the track text file without using curl

2010-03-07 Thread John Kalucki
There is indeed a hard limit to the length of URLs. POST parameters, however, can be quite large. We have many clients that send parameters with hundreds of thousands to millions of terms, so this is broadly possible., Your HTTP client may or many not support this scale. -John Kalucki http

Re: [twitter-dev] Application based on Search API

2010-03-08 Thread John Kalucki
Your application description sounds like resyndication, which is not allowed under various terms and agreements. You cannot make Twitter data available via an API unless a very specific set of requirements are adhered to. Contact a...@twitter.com to start this process. -John Kalucki http

[twitter-dev] Trouble connecting to the Streaming API - 404 errors

2010-03-08 Thread John Kalucki
If you suddenly are getting 404 errors from the Streaming API, it's probably because you haven't updated your URLs. See: http://groups.google.com/group/twitter-development-talk/browse_frm/thread/44bd32155dbf2c16/f085ffb0e64e0709?lnk=gstq=jkalucki+deprecate#f085ffb0e64e0709 -John Kalucki http

Re: [twitter-dev] Application based on Search API

2010-03-08 Thread John Kalucki
Not at the moment, as we expect that the number of services that this will apply to is small. We'll be clarifying data access and licensing over the next few months. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 8, 2010 at 9:57 PM, Abraham Williams 4bra

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-10 Thread John Kalucki
in real-time, the Streaming API is the best answer. The Search API is mostly intended for complex, historical backfill, ad hoc, and direct-display-to-user queries. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 10, 2010 at 12:23 AM, Rahul Dighe rsdigh

Re: [twitter-dev] More Streaming API data, please

2010-03-10 Thread John Kalucki
Noted. In the plan. [Wait a second, is this Mark McBride on a fake account?] -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 9, 2010 at 9:59 PM, Marc Mims marc.m...@gmail.com wrote: The Streaming API is great. It would be better if it included more events

Re: [twitter-dev] Twitter4J now supports xAuth!

2010-03-11 Thread John Meyer
1. Does Twitter4J have a mailing list 2. Are there any tutorials on using Twitter4J, or any library for that matter, while using Netbeans? John Meyer Freelance Consultant http://www.pueblonative.com/blog If something goes wrong at the plant, blame the guy who can’t speak English. */Homer

Re: [twitter-dev] Re: Percent of total tweets in GardenHose Stream Access

2010-03-11 Thread John Kalucki
I've added more detail to the Sample section of the Streaming API wiki. On Thu, Mar 11, 2010 at 1:45 PM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: That sounds low - I'm seeing about 3.4% of all *status IDs* coming out of sample formerly known as spritzer. I would expect gardenhose to be

Re: [twitter-dev] Re: Application based on Search API

2010-03-12 Thread John Kalucki
5e is intended to cover publication of general statistics about the streams, such as Tweets per second, etc., not the display of Tweets themselves. The new Commercial License should be a lot clearer. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Mar 11, 2010

Re: [twitter-dev] Re: Application based on Search API

2010-03-12 Thread John Kalucki
There is considerable inconsistency, ambiguity and change in these areas. For example, we announced the 50mm tweets/day thing recently. This is frustrating. We're working to rationalize all of this. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Mar 12, 2010

Re: [twitter-dev] Search API...searching for videos

2010-03-13 Thread John Kalucki
by hitting the Search API. In most cases, your results will be filtered for relevance. In the one case where relevance is turned off -- soon it will be turned on. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Mar 12, 2010 at 5:57 PM, eco_bach bac...@gmail.com

Re: [twitter-dev] Additional Delimiter

2010-03-14 Thread John Kalucki
will always align with the payload. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Mar 14, 2010 at 3:43 PM, thruflo thru...@googlemail.com wrote: I'm consuming the Streaming API using the filter method (tracking some user ids). I've noticed that I'm getting an extra

Re: [twitter-dev] Search by Client

2010-03-15 Thread John Kalucki
proportion, as the sampling is random -- whereas Search sampling is most certainly not random. -John Kalucki http://twiter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 15, 2010 at 12:50 AM, Harshad RJ harshad...@gmail.com wrote: Err, but this does't show *all* tweets of a client. On Mon

Re: [twitter-dev] Search by Client

2010-03-15 Thread John Kalucki
Jinx. On Mon, Mar 15, 2010 at 6:43 AM, Raffi Krikorian ra...@twitter.com wrote: its true - search doesn't return all the tweets as it is returning the best tweets. unfortunately, the streaming API will not allow you to get a stream of all the tweets by source either. what are you trying to

Re: [twitter-dev] missing tweets

2010-03-15 Thread John Kalucki
http://status.twitter.com/post/447344319/some-users-experiencing-frozen-timelines Are the missing tweets from over the weekend, or are new tweets from today missing? -John On Mon, Mar 15, 2010 at 7:12 AM, TJ Luoma luo...@luomat.net wrote: I've seen Tweetie on the Mac and Brizzly users both

Re: [twitter-dev] Search by Client

2010-03-15 Thread John Kalucki
as small as .02 given n of 2.5mm. So, if your client is generating pretty much any traffic at all, the interval will be pretty reasonable. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 15, 2010 at 9:17 AM, Harshad RJ harshad...@gmail.com wrote: What I meant

Re: [twitter-dev] Regarding cookie security

2010-03-15 Thread John Kalucki
I forwarded this message on to the Twitter security team and encouraged them to respond here. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 15, 2010 at 9:03 AM, Yuchen Zhou pinkforpe...@gmail.com wrote: Hi, I'm a security researcher at the University

Re: [twitter-dev] Streaming API Basic Auth

2010-03-15 Thread John Kalucki
often gives back a useful text nugget. You may have hit a rate limit -- have a cuppa and wait 15 minutes and try again. And finally, as a last resort, you can email your account name and the time of the error, in UTC, to this thread, or directly to me, and I'll poke through the logs. -John Kalucki

Re: [twitter-dev] Getting permission for collecting IP of user

2010-03-16 Thread John Kalucki
Twitter has implemented Geolocation. If the user wishes to share their location, they can do so, and it's provided in the Tweet. A suggestion: Looking IP addresses sounds like you are building a phishing app. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 16

Re: [twitter-dev] Streaming API (filtered) missing Tweets

2010-03-16 Thread John Kalucki
object. If you want to follow given users directly, you need to also specify them with the follow parameter. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 16, 2010 at 3:13 AM, stevew stevewhite...@gmail.com wrote: Hi I am using the PHP library Phirehose

Re: [twitter-dev] banned ip

2010-03-17 Thread John Kalucki
We just banned a number of IPs that were not following the Streaming API policy. Open a support ticket with a...@twitter.com. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 17, 2010 at 9:29 AM, @kemeny_x loop...@gmail.com wrote: Hi, we are able to access

Re: [twitter-dev] Re: Streaming API (filtered) missing Tweets

2010-03-17 Thread John Kalucki
What we consider low quality varies quite a bit, and we don't go into too much detail about anit-spam work. Its partially bots and that sort of thing. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 17, 2010 at 7:20 AM, Jonathon Hill jhill9...@gmail.com wrote

Re: [twitter-dev] What are reasonably focused track predicates?

2010-03-17 Thread John Kalucki
the threshold, the both turn off. I updated the wiki to be a little clearer. Most trending topics should be fine on the default access rate. But, if you want to ensure that you get all of them, you'll should contact a...@twitter.com for a higher access level. -John Kalucki http://twitter.com

Re: [twitter-dev] Twitter Stream crossdomain.xml

2010-03-17 Thread John Kalucki
It's in the code, but turned off out of an abundance of caution for capacity reasons. Given our current plans, it's going to be a little while longer before we can turn this on. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 17, 2010 at 10:29 AM, TarGz

Re: [twitter-dev] how do we get unBlacklisted???

2010-03-17 Thread John Kalucki
Do not attempt to get around the imposed limits by moving IPs. Instead, do all your queries on the same connection. If you need higher access, apply for higher access. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 17, 2010 at 12:36 PM, @kemeny_x loop

Re: [twitter-dev] Twitter Project using the API (Paid)

2010-03-19 Thread John Kalucki
This sounds a lot like @reply spam: http://help.twitter.com/forums/10711/entries/64986 If you are replying to followers, maybe that's OK, and maybe it isn't. But, if you are @replying to everyone, you will be suspended. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc

Re: [twitter-dev] stream heartbeat/keep-alives

2010-03-19 Thread John Kalucki
Newline is a logical concept generally materialized as a CRLF. The pair of characters is a newline. Generally you don't need to look for the newline, if you can set your TCP socket timeout to some small multiple of the keepalive time, perhaps 60 or 90 seconds, you should get this for free. -John

Re: [twitter-dev] Re: Twitter Search: The page you were looking for doesn't exist.

2010-03-20 Thread John Kalucki
The current search corpus duration is limited to about 7 to 14 days. The search team is working on increasing the duration. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Mar 20, 2010 at 6:22 AM, Chung Han Lau arbuquerq...@gmail.comwrote: thank you

Re: [twitter-dev] streaming api

2010-03-20 Thread John Kalucki
Perhaps the 10.Seconds() and Take(100) functions are limiting your output? It seems that this framework is perhaps not streaming, but assuming a finite response size? I'd ask on the TweetSharp dev list. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Mar 20, 2010

Re: [twitter-dev] Retweet feed

2010-03-21 Thread John Kalucki
You can get a stream of all the retweets, as they happen, on the Streaming API. See http://apiwiki.twitter.com/Streaming-API-Documentation#statuses/retweet. You can then collate them and produce your own statistics. You'll need to apply at a...@twitter.com. -John Kalucki http://twitter.com

Re: [twitter-dev] Streaming API , statuses/filter using track

2010-03-22 Thread John Kalucki
The Streaming API only serves current statuses and a short history, controlled by the count parameter. Use one of the REST APIs to backfill. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 22, 2010 at 5:26 AM, Kislay kislaychan...@gmail.com wrote: Hi , I

Re: [twitter-dev] /filter question

2010-03-22 Thread John Kalucki
is not rate limited -- so if you only need to follow a small number of users, elevated track access will give you what you need. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 22, 2010 at 11:39 AM, Mark McBride mmcbr...@twitter.com wrote: You can. However

Re: [twitter-dev] Almost real time

2010-03-22 Thread John Kalucki
Pick the lowest frequency term to track upon, then post-filter on your end. Repeated automated searches should not be run against search.twitter.com -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 22, 2010 at 3:30 PM, Alberty Pascal alberty.pas

Re: [twitter-dev] Re: Almost real time

2010-03-23 Thread John Kalucki
. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 23, 2010 at 4:02 AM, Alberty Pascal alberty.pas...@gmail.comwrote: Repeated automated searches should not be run against search.twitter.com So what would you recommend as search method to get potentially huge

Re: [twitter-dev] Re: Missing replies to followed user (streaming api)

2010-03-23 Thread John Kalucki
limit messages we've sent to you. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 23, 2010 at 2:28 PM, briantroy brian.cosin...@gmail.com wrote: Mark - Two separate threads (one user is restricted track, the other is shadow). Track user/thread is running

Re: [twitter-dev] Re: Question about xAuth.

2010-03-23 Thread John Meyer
On 3/23/2010 3:45 PM, Brian Sutorius wrote: I just refreshed your application's xAuth access. Can you try again? You may reply to me directly if you're still having issues. Brian While we're on the topic, Brian. I'm going to start implementing xAuth support into TwitterVB. To do that I'm

Re: [twitter-dev] searching for many users at once

2010-03-24 Thread John Kalucki
You should use the follow parameter on the filter method in the Streaming API. http://apiwiki.twitter.com/Streaming-API-Documentation -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 24, 2010 at 2:29 AM, rolty jim.r...@googlemail.com wrote: I've got

Re: [twitter-dev] Re: Missing replies to followed user (streaming api)

2010-03-24 Thread John Kalucki
I'm still thinking about how this might be happening and how we might debug this situation. It isn't trivially reproducible. In the mean time, I've started some reproduction cases that I'm going to let age for a few hours and see what happens there. -John On Tue, Mar 23, 2010 at 9:16 PM

Re: [twitter-dev] search current statuses

2010-03-24 Thread John Kalucki
http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c On Wed, Mar 24, 2010 at 1:18 PM, Lawrence lipeng...@gmail.com wrote: HI Everyone, I would like to build an application to help users to search the newest statuses which have been published. If I use

Re: [twitter-dev] Strange streaming/search behaviour

2010-03-24 Thread John Kalucki
That account is considered low-quality due to sketchy activity. It will not show in Search or Streaming, except in response to a follow=14661313 type query. http://apiwiki.twitter.com/Streaming-API-Documentation#ResultQuality -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc

Re: [twitter-dev] stream api---count parameter

2010-03-25 Thread John Kalucki
http://apiwiki.twitter.com/Streaming-API-Documentation#count Positive values transition seamlessly to the live stream. Negative values terminate when the historical stream has finished, useful for debugging. On Thu, Mar 25, 2010 at 10:42 AM, Alam Sher alamshe...@gmail.com wrote: Sorry to

Re: [twitter-dev] What would you recommend?

2010-03-25 Thread John Kalucki
Streaming API, /1/statuses/sample.json. http://groups.google.com/group/twitter-development-talk/browse_frm/thread/735eb1d3ac718cbe/fbf0b331255868b6?lnk=gstq=confidence+interval#fbf0b331255868b6 -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Thu, Mar 25, 2010 at 12:37 PM, metawops

Re: [twitter-dev] Error 500 messages

2010-03-26 Thread John Kalucki
type. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Mar 25, 2010 at 8:42 PM, Cory cory.imdi...@gmail.com wrote: I'm getting a bunch of Error 500 messages from different API calls today - is anyone else experiencing this? It isn't every call, but it's a good 1

Re: [twitter-dev] What's the IP range of api.twitter.com?

2010-03-26 Thread John Kalucki
then expect periods of downtime with this security policy. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Mar 26, 2010 at 2:51 AM, planck pla...@gmail.com wrote: Why hello there, I have an application running behind a very restrictive firewall and need to allow

Re: [twitter-dev] share user account activity data?

2010-03-26 Thread John Kalucki
feed on the Streaming API if you must collect this data. This feed will, over time, give you a very accurate picture of active accounts, which I think you mean tweeting accounts. Many users are active without tweeting, or without even ever logging in to Twitter. -John Kalucki http://twitter.com

Re: [twitter-dev] Streaming API -- filtering with punctuation

2010-03-26 Thread John Kalucki
to over-request and filter on your end. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Mar 26, 2010 at 8:34 AM, Peter Kieltyka peter.kielt...@nulayer.comwrote: Hey guys, Is it at all possible, in some way or another to specify a filter with a period? I've been

Re: [twitter-dev] Streaming API -- filtering with punctuation

2010-03-26 Thread John Kalucki
complications. On Fri, Mar 26, 2010 at 10:41 AM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: On 03/26/2010 10:32 AM, John Kalucki wrote: The combinatorics don't work out here until we offer boolean AND. Tokens are thrown against a HashMap to determine delivery. It's not really feasible

Re: [twitter-dev] Re: the pushing speed for the Twitter's streaming API

2010-03-28 Thread John Kalucki
You will always receive limit notices if you go beyond the sample. If you get them on a new predicate set, roll-back to the previous predicate set and investigate. If you need more predicates or a higher proportion of tweets, apply for higher access at a...@twitter.com -John Kalucki http

[twitter-dev] XAuth access

2010-03-28 Thread John Meyer
Can somebody check to see that my Twitter XAuth access is still up? http://twitter.com/oauth_clients/details/102401 To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

Re: [twitter-dev] XAuth access

2010-03-28 Thread John Meyer
I'm getting a 401 error. Does it have to be off of port 443? On 3/28/2010 1:47 PM, Raffi Krikorian wrote: it is. On Sun, Mar 28, 2010 at 11:56 AM, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: Can somebody check to see that my Twitter XAuth access is still up

Re: [twitter-dev] Tweeting with different users but same application?

2010-03-29 Thread John Meyer
On 3/29/2010 2:49 AM, luisg wrote: rent users (user1, user2 and user3) using the same application (application_test). Is this possible? Thanks Luis Are you wanting to have three different user log in from the same IP address and post up? Or do you want to have different users use your

Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread John Meyer
Mar 26th via application_test So the users don't need to login... My application should do that for them. Is this possible? On Mar 29, 3:56 pm, John Meyerjohn.l.me...@gmail.com wrote: On 3/29/2010 2:49 AM, luisg wrote: rent users (user1, user2 and user3) using the same application

Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread John Meyer
On 3/29/2010 1:05 PM, Abraham Williams wrote: How would it be against Twitter's TOS? A single application posting statuses for multiple accounts. Sounds like many popular and well known applications. If the application is misleading users or posting spam then those are subject to TOS violations

Re: [twitter-dev] Low latency streaming filter updates

2010-04-06 Thread John Kalucki
to support updating predicates on live streams to make this use case generally practical, short of taking the firehose. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Apr 6, 2010 at 11:21 AM, Toby Phipps tphi...@gmail.com wrote: Hi, I've been reading a lot

Re: [twitter-dev] Streaming API with Chinese/Japanese language track predicates

2010-04-07 Thread John Kalucki
aren't easy. At some point we'll have to figure something similar out for Streaming. I've filed a story to add support for these languages in Track. -John Kalucki http://twitter.com/jkalucki Infrastructure Twitter Inc. 2010/4/7 Toby Phipps tphi...@gmail.com Hi, Has anyone managed to get

Re: [twitter-dev] Streaming API with Chinese/Japanese language track predicates

2010-04-07 Thread John Kalucki
efforts. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Apr 7, 2010 at 12:08 PM, zn...@comcast.net wrote: - John Kalucki j...@twitter.com wrote: We break the status text into tokens by whitespace and punctuation, then apply the tokens to a hashmap

Re: [twitter-dev] Re: Opt-in beta of Popular Tweets for the Search API now available

2010-04-07 Thread John Kalucki
of gray and there are some non-winners and sometimes even some flat-out losers. In more than a few cases I hear gripes from some devs about changes that are making other devs jump for joy. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Apr 7, 2010 at 1:15 PM, Dewald

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-09 Thread John Kalucki
queries) and attempting to approximate an Exactly Once QoS, you should, basically, stop doing that. You are probably wasting resources and you'll probably never get Exactly Once behavior anyway. Use the Streaming API instead. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-11 Thread John Kalucki
) or so vs. a total enumeration. Indistinguishable. If you need them for some other purpose, say CRM, the Streaming API may be the answer. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Apr 9, 2010 at 2:28 PM, Brian Smith br...@briansmith.org wrote: John, I am

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-11 Thread John Kalucki
as well. Crazy. We should just move this all into a single instance of Oracle and go home. http://twitter.com/jkalucki/statuses/10503736367 A sequence α is k-sorted IFF ∀ i, r, 1 ≤ i ≤ r ≤ n, i ≤ r - k implies aᵢ ≤ aᵣ. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun

Re: [twitter-dev] Streaming API TOS

2010-04-11 Thread John Kalucki
Data License, which Doug and Barkari will be discussing on day two of Chirp. If you have questions about how access under the EULA will evolve to access under the License, that would be a good place to start. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Apr 11

Re: [twitter-dev] Re: Streaming API TOS

2010-04-11 Thread John Kalucki
to the question list on Google Moderator. -- M. Edward (Ed) Borasky http://borasky-research.net/m-edward-ed-borasky/ @znmeb A mathematician is a device for turning coffee into theorems. ~ Paul Erdős On 04/11/2010 05:54 PM, Dewald Pretorius wrote: Thanks for the quick response, John

Re: [twitter-dev] User Streams API

2010-04-14 Thread John Kalucki
. Seriously. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Apr 14, 2010 at 12:08 PM, Dewald Pretorius dpr...@gmail.com wrote: From John's announcement: User streams permissions are not tuned for service-to-service integration, rather they are tuned for end-user

Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread John Kalucki
Email me your account name. You are in, but not getting data. Also, is this account following anyone? Typos by iPhone. On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote: I'm in the chrip conference IP address range, but http://chirpstream.twitter.com/2b/user.json usage isn't clear.

Re: [twitter-dev] Re: User Stream's API usage

2010-04-14 Thread John Kalucki
and reconnect to get something more interesting. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Apr 14, 2010 at 4:33 PM, Jud jvale...@gmail.com wrote: On Apr 14, 7:17 pm, John Kalucki j...@twitter.com wrote: Email me your account name. done You

Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread John Kalucki
I should have encouraged folks to understand the Streaming API first. You can read up on all the details here: http://apiwiki.twitter.com/Streaming-API-Documentation But, for a prototype, just dive right in. -John On Wed, Apr 14, 2010 at 9:15 PM, Mark McBride mmcbr...@twitter.com wrote

Re: [twitter-dev] User Streams Code Samples

2010-04-15 Thread John Kalucki
Personally, I only consume Twitter via curl and streams. Check out Ryan King's (et. al. I think half of eng has contributed into it by now) Earlybird. It's up on the Git Hubs. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Apr 15, 2010 at 12:23 PM, Jesse Stay

Re: [twitter-dev] User Stream's API usage

2010-04-15 Thread John Kalucki
Once the conference is over, we'll open the preview up to developers everywhere. A few more hours to go... -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Apr 15, 2010 at 3:49 PM, Isaiah Carew isa...@me.com wrote: Any chance on getting access to a beta

Re: [twitter-dev] Problem with JSON

2010-04-18 Thread John Kalucki
be categorized. Chances are that there is a new field in the message that your logic isn't handling correctly. I'm not aware of any payload of rendering changes recently. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Apr 18, 2010 at 2:29 AM, Carl Knott carl.kn

Re: [twitter-dev] Twitter Archive - Looking for an API...

2010-04-18 Thread John Kalucki
The LOC will not provide programmatic access to the archive of a type that you seek. At the moment we do not have a solution for this common request. We're waiting on a major infrastructure upgrade before we can prioritize this request among all other priorities. -John Kalucki http://twitter.com

Re: [twitter-dev] Streaming API track vs. Search results

2010-04-18 Thread John Kalucki
Also ensure that your client is logging the raw data as received from the socket. Sometimes this will narrows an issue down to a parsing or similar error in the client. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Apr 16, 2010 at 9:01 AM, Mark McBride mmcbr

Re: [twitter-dev] Adding new keywords to the streaming api

2010-04-19 Thread John Kalucki
We want to make this much easier, but we won't get to this for a while. In the mean time: http://apiwiki.twitter.com/Streaming-API-Documentation#UpdatingFilterPredicates -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Apr 19, 2010 at 10:43 AM, rksprst alex.kamin

Re: [twitter-dev] Re: Recommended ways to demultiplex the search stream with thousands of searches

2010-04-19 Thread John Kalucki
operations in a single thread. This is plenty of concurrency and leads to a simple programming model -- and the easy generational deduplication scheme above. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Apr 19, 2010 at 11:28 AM, Jeffrey Greenberg jeffreygreenb

Re: [twitter-dev] Re: Recommended ways to demultiplex the search stream with thousands of searches

2010-04-19 Thread John Kalucki
capability (e.g. lucene). Is that right? jeffrey greenberg On Apr 19, 1:52 pm, John Kalucki j...@twitter.com wrote: In brief: Take all of your search terms and put them into a HashTable that maps from keyword to subscriber. Tokenize each tweet's text field and apply each token

Re: [twitter-dev] Streaming API not returning any data

2010-04-19 Thread John Kalucki
this happened at 4pm -- rather, there was a Hosebird deploy at around this time. If anything, you should have received an HTTP error code, a TCP RST or TCP CLOSE at this time. If you were connecting twice with the same username, your earlier connection may have been dropped due to duplication. -John

Re: [twitter-dev] Server-2-Server User Streams

2010-04-22 Thread John Kalucki
and logistics issues. We'll continue to game out various acceleration possibilities as we get user streams ready to launch over the next several months. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Apr 22, 2010 at 7:25 AM, Darren Bounds (Cliqset) dar...@cliqset.com

Re: [twitter-dev] Stream API - determining access level

2010-04-22 Thread John Kalucki
You'll receive an HTTP error code if you go to high. The current limits are documented in the wiki. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Apr 22, 2010 at 12:08 PM, Dima Brodsky ddbrod...@gmail.com wrote: Hey, Quick question, is there any programatic

Re: [twitter-dev] Logical AND supported in streaming API filter endpoint

2010-04-23 Thread John Kalucki
When we can squeeze it in and after we understand various cost issues. On Fri, Apr 23, 2010 at 5:52 AM, Jeffrey Greenberg jeffreygreenb...@gmail.com wrote: When will we get - aka not? On Monday, April 19, 2010, Mark McBride mmcbr...@twitter.com wrote: To date the streaming API has only

Re: [twitter-dev] My applications were Suspended

2010-04-23 Thread John Meyer
That's about as useful as those blank e-mails twitter sent out rejecting whitelist applications. Doesn't Twitter record the reason _why_ they suspend the application in the first place? On 4/23/2010 8:07 AM, Taylor Singletary wrote: Take a look at our API Guidelines and see if there's

Re: [twitter-dev] My applications were Suspended

2010-04-23 Thread John Meyer
On 4/23/2010 8:39 AM, Taylor Singletary wrote: You've got to start somewhere. We all have an M.O. My first M.O. is to help people see how they can help themselves. If they're still at a loss we'll take it to the next level. We're all trying to work to scale here folks. I'm happy to look up

Re: [twitter-dev] What's Twitter policy regarding porn?

2010-04-23 Thread John Meyer
On 4/23/2010 9:10 AM, Dmitri Snytkine wrote: I have to know this: first off all, there are lots of tweets out there that send links to porn images and stuff like that. Is this allowed? The only thing I see is here: http://help.twitter.com/entries/18311#spam *Pornography: You may not use

Re: [twitter-dev] Re: Feature Request: Retrieve direct messages between requester and a single user

2010-04-23 Thread John Meyer
On 4/23/2010 9:39 AM, Taylor Singletary wrote: Hi Orian, Definitely think it would be useful and I've added it to my bucket of useful API ideas. We're focused on a number of projects right now, but I'm definitely keeping track of good ideas like this one for when the team has some feature

Re: [twitter-dev] Re: User Stream's API usage

2010-04-23 Thread John Kalucki
efficiency gain to be had somewhere... -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Apr 23, 2010 at 8:39 AM, Orian Marx (@orian) or...@orianmarx.com wrote: Being able to retrieve a list of unfollows a user performed since some point in time would be hugely valuable

Re: [twitter-dev] Re: Feature Request: Retrieve direct messages between requester and a single user

2010-04-23 Thread John Meyer
On 4/23/2010 10:58 AM, Orian Marx (@orian) wrote: f having two endpoints for sent / received DMs in the first place, as you end up needing to make two calls and then sort everything (if you're trying to show a stream of DM conversations). But if you're not making them into a conversation it

Re: [twitter-dev] Re: My applications were Suspended

2010-04-23 Thread John Meyer
On 4/23/2010 10:58 AM, Brian Truebe wrote: My name is Brian Truebe and I am on the API Policy team, when apps are suspended they are sent a notice as to how to contest the suspension, however this may have gotten lost in the tubes. Please email a...@twitter.com and let us know the app name and

Re: [twitter-dev] Re: My applications were Suspended

2010-04-23 Thread John Meyer
On 4/23/2010 1:28 PM, Brian Truebe wrote: Yes, the email that is sent out after an application is suspended does explain possible rule violations. This email is sent to the account that registered the application, so if you've registered an app with an auxiliary account not tied to an email

Re: [twitter-dev] Re: My applications were Suspended

2010-04-23 Thread John Meyer
On 4/23/2010 2:01 PM, BJ Weschke wrote: Hey Brian - Why don't you guys eat your own dog food and use Direct Messaging to the account that registered the app instead of email ? That way, you have some sort of audit trail for the notifications, no? When I worked through the issue that I had with

Re: [twitter-dev] Re: Multiple Account creation

2010-04-23 Thread John Meyer
On 4/23/2010 2:58 PM, Taylor Singletary wrote: Hi Dinho, This is a slippery area. You're correct to use the guidance of past discussions on this topic and the policies in place to determine if you're doing the right thing. The best thing I can tell you is: - make sure each account is useful

Re: [twitter-dev] Re: Multiple Account creation

2010-04-23 Thread John Meyer
On 4/23/2010 3:08 PM, Taylor Singletary wrote: A great suggestion, yes. In a world where every Twitter client were geo-aware and provided features that would allow for easy segmentation by area (and the API features to match), I would very much recommend that approach. Much of the

Re: [twitter-dev] Image Tags in Tweets?!

2010-04-23 Thread John Meyer
On 4/23/2010 3:42 PM, Jonathan Strauss wrote: The last few tweets from @twitter feature the #endmalaria hash tag. On some pages, like http://twitter.com/twitter and http://twitter.com/#search?q=%23endmalaria, the hash tag is followed by an image of a mosquito (http://

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