Re: [twitter-dev] search api results down by a factor of ten since Jan 15, 2010

2010-01-18 Thread John Kalucki
Perhaps someone from Search can comment? In the mean time, please see: http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c On Mon, Jan 18, 2010 at 2:37 AM, mikiobraun mikiobr...@googlemail.comwrote: Hello, you may have heard of twimpact.com. We are

Re: [twitter-dev] Using OAuth keys in an open source application

2010-01-18 Thread John Meyer
at 9:43 AM, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: On 1/18/2010 1:19 AM, Ryan McCue wrote: Hey guys, I'm looking to integrate Twitter posting into an application I'm developing. The catch to this is that because it's open source

[twitter-dev] TwitVid upload function

2010-01-18 Thread John Meyer
I'm part of the TwitterVB library project. Part of my effort is to write an object that encapsulates a connection to TwitVid.com I'm currently testing the upload function but am having problems: Upload = String.Empty If DateTime.Now m_dtTL Then

[twitter-dev] Maybe OT: rsp status vs stat

2010-01-18 Thread John Meyer
I don't know if this is the right place to ask about this, but why am I on several sources (Twitvid, filesocial, etc) receiving a rsp status when an upload succeeds but an rsp stat when it fails? Or is the documentation a little bit off?

Re: [twitter-dev] Using OAuth keys in an open source application

2010-01-18 Thread John Meyer
On 1/18/2010 6:43 PM, Ryan McCue wrote: John Meyer wrote: Technically, you don't. All opensource requires is that you distribute the source code, not the individual data. So you could specify that the secret key is in a particular file and then other users could insert their own secret key

Re: [twitter-dev] Re: Using OAuth keys in an open source application

2010-01-18 Thread John Meyer
On 1/18/2010 8:16 PM, M. Edward (Ed) Borasky wrote: I'm trying to define a minimum viable product that I can *sell*. Nothing I've seen in this thread so far has convinced me that a desktop application accessing Twitter is viable, with or without oAuth. Without oAuth isn't viable because it's

Re: [twitter-dev] Re: Anyone using phirehose?

2010-01-18 Thread John Kalucki
a look at the one Tom May of Gist wrote using Apache HttpClient and it didn't make much sense to me - it was importing a bunch of Java libraries and I'm not a Java programmer. On Jan 16, 10:18 pm, John Kalucki j...@twitter.com wrote: Given a reasonable stack, it shouldn't be all that hard

Re: [twitter-dev] Re: Streaming API

2010-01-18 Thread John Kalucki
You can request access my emailing api at twitter dot com. 2010/1/17 hide pinarello.mar...@gmail.com Hi, I also want Gardenhose access level. Please let me know email address to get EULA. On 2009年12月28日, 午後12:00, John Kalucki j...@twitter.com wrote: All Twitter accounts have access

Re: [twitter-dev] Streaming API Basics ...

2010-01-18 Thread John Kalucki
) and deduplicate the results. 5) You can use the geo tag feature, but the volume is so low. We don't have a feature in the Streaming API that allows selecting statuses by the self-reported profile information yet. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Jan

Re: [twitter-dev] Best practice - Stream API into a FILE or MySQL or neither?

2010-01-18 Thread John Kalucki
. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Jan 16, 2010 at 10:13 AM, GeorgeMedia georgeme...@gmail.com wrote: Just looking for thoughts on this. I am consuming the gardenhose via a php app on my web server. So far so good. The script simply creates a new

Re: [twitter-dev] Re: Using OAuth keys in an open source application

2010-01-18 Thread John Meyer
On 1/18/2010 8:57 PM, Marc Mims wrote: * John Meyerjohn.l.me...@gmail.com [100118 19:38]: But you still control your own keys. If you find that somebody has compromised your program, you can revoke those consumer keys through twitter and regenerate them. That isn't reasonable. If my

Re: [twitter-dev] Re: TwitVid upload function

2010-01-19 Thread John Meyer
and/or HTTP headers and everything needs to be exactly spaced as they would expect it. I had to tweak almost everything that works for other services to get it to work with TwitVid. On Jan 18, 9:03 pm, John Meyerjohn.l.me...@gmail.com wrote: I'm part of the TwitterVB library project. Part of my

Re: [twitter-dev] Re: Streaming API Basics ...

2010-01-19 Thread John Kalucki
, 8:03 pm, John Kalucki j...@twitter.com wrote: 3) You should have two accounts (and thus streams) at elevated access levels, one for follow and one for track, that perform the bulk of your work. You should also use two accounts at default access level for follow and track to find recent

Re: [twitter-dev] Re: TwitVid upload function

2010-01-19 Thread John Meyer
On 1/19/2010 8:54 AM, Sam Street wrote: I don't understand that code. I'm a PHP/MySQL kinda guy ... but if you're having problems with TwitVid - just use Twicli's API. http://twic.li/api - support for photos/videos/audio/sets I don't see the point in separating content over various

Re: [twitter-dev] Twitter visualization tool

2010-01-19 Thread John Kalucki
If you are doing repeated automated searches, you must be on the Streaming API, not the Search API. http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jan 19, 2010 at 6:11 AM

Re: [twitter-dev] Sample Stream API - Fault tolerance with redundancy

2010-01-19 Thread John Kalucki
Sample streams are just that, samples. You should be comfortable with the occasional small gap in your data. You must consume only one sample stream for your app. If you have a hardware failure, you can fail over to another client box, but don't consume the stream twice. -John Kalucki http

Re: [twitter-dev] Re: search api results down by a factor of ten since Jan 15, 2010

2010-01-20 Thread John Kalucki
Search results are altered to improve result quality. The Streaming API exists as a full-fidelity alternative for large-scale integrations. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Jan 20, 2010 at 3:20 AM, Mikio Braun mikiobr...@googlemail.comwrote: So

Re: [twitter-dev] Net::Twitter::Stream - Sudden JSON issues

2010-01-20 Thread John Kalucki
, ensure that you aren't getting rate limited and that you haven't been black-listed. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Jan 20, 2010 at 2:26 AM, Nigel Cannings nigelcanni...@googlemail.com wrote: About 4 hours ago, I started getting bizarre JSON errors

Re: [twitter-dev] Beginner question : How to get the user ID after authorize OAuth step?

2010-01-20 Thread John Meyer
On 1/20/2010 4:26 AM, Pitt wrote: Hi, I'm trying to implement a browser app and Im just blocking at the first step... After the user granted the access to his data (OAuth authorize step), I want to get the user's profile (users/show) but I don't know how to recover the user's id or

Re: [twitter-dev] Streaming ENGLISH Tweets

2010-01-20 Thread John Kalucki
For now, you should do the language detection on your end. You can use the user reported language as an initial filter, but it isn't all that useful until nearly all languages are available -- a lot of non-English speakers are still in the English bucket. -John Kalucki http://twitter.com/jkalucki

Re: [twitter-dev] streaming rate limit question

2010-01-20 Thread John Kalucki
. This is documented and emphasized in the Pre-Launch Checklist: http://apiwiki.twitter.com/Streaming-API-Documentation#PreLaunchChecklist -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Jan 20, 2010 at 4:51 PM, Cameron Kaiser spec...@floodgap.com wrote: Hi, it seems

[twitter-dev] oAuth proposal

2010-01-22 Thread John Meyer
This may have been proposed by somebody sometime in the past (forgive me for not having enough coffee in my system to muster up the energy to search the archives ;-)), but here it goes: what if, rather than a web page URL, we could receive a captcha image and have the user input the code.

Re: [twitter-dev] oAuth proposal

2010-01-22 Thread John Meyer
On 1/22/2010 7:48 AM, Josh Roesslein wrote: Not 100% sure what you are suggesting. Are you suggesting for the authorization step that instead of directing the user to twitter instead receive a captcha image which the user inputs that # and we send back to get the access token? I am not sure that

Re: [twitter-dev] Streaming API and older tweets?

2010-01-22 Thread John Kalucki
parameter there. It's possible to consume the Firehose without common-case data loss. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Jan 22, 2010 at 5:41 AM, Jorge Vargas jorge.var...@gmail.com wrote: Hello, I'm building an archival tool for a specific

Re: [twitter-dev] oAuth proposal

2010-01-22 Thread John Meyer
1:14 PM, Abraham Williams wrote: How does Twitter verify which user is completing the CAPTCHA? Abraham On Fri, Jan 22, 2010 at 07:06, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: On 1/22/2010 7:48 AM, Josh Roesslein wrote: Not 100% sure what you

Re: [twitter-dev] best way to get/store gardenhose

2010-01-25 Thread John Kalucki
to be banned. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Jan 25, 2010 at 2:10 AM, Marco marco.pennacchio...@gmail.com wrote: Hi all, I know this could have been answered already, but I could not find any post so far. Does anybody has a simple shell/python

Re: [twitter-dev] Twitter pagination doesn't work beyond page 40

2010-01-25 Thread John Kalucki
There are pagination limits on all timelines. We can't keep them fully materialized, and synthesizing arbitrary segments is impractical and costly. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Jan 25, 2010 at 8:42 AM, mhyst mhyste...@gmail.com wrote: I'm

Re: [twitter-dev] Re: Can new twitter account be created from API?

2010-01-25 Thread John Meyer
On 1/25/2010 5:14 PM, Johnny Honestly wrote: I was just thinking about the very same topic as the OP. I think Twitter (and other service APIs) would do well to let the Third Party register users on their behalf. You'll see. @mostmodernist From a spam twitter (swit?) perspective I can

Re: [twitter-dev] links to a specific url

2010-01-25 Thread John Meyer
On 1/25/2010 5:58 PM, Martin wrote: Hi. I couldn´t find this on twitter api wiki. Is it possible to search for tweets which contain a link to a specified url? (For example to a blogpost.) Thanks Martin Well, you could look through the search results. Here's the problem, though: even if

Re: [twitter-dev] Re: Can new twitter account be created from API?

2010-01-26 Thread John Meyer
On 1/25/2010 8:55 PM, Johnny Honestly wrote: Twitter is a messenger system. They want people to use the system. They also want the people to make of the service what they will. If they opened it up and made affiliates out of developers and producers, they would have a free marketing force beyond

Re: [twitter-dev] Re: Mass account creation

2010-01-27 Thread John Meyer
On 1/27/2010 10:02 AM, DenisioDelBoro wrote: First of all, there is only one form of spam - it's *unsolicited* messages sent massively. Second of all, tell me, please, in what way creating, let's say, 100 accounts just for tweeting weather forecasts for different cities is a spam? I'm not

[twitter-dev] Twitter non-clients

2010-01-28 Thread John Meyer
I was wondering if anybody was working on a Twitter non-client. By that I mean an application that just uses Twitter for some back end purpose but not for an actual browsing client.

Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread John Kalucki
corrupt? Use tcpdump or other sniffer to determine for sure. -John Kalucki http:twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jan 28, 2010 at 11:25 AM, EastSideDev eastside...@gmail.com wrote: Perhaps we can get someone from Twitter to comment on it. The issue is not 0 API limits, it's

Re: [twitter-dev] total count shows wrong data

2010-01-28 Thread John Kalucki
There is a lot of caching in our system. Sometimes cached values are slightly stale, especially in non-critical items like list count memoization. We don't like this. We're constantly working to make the cached values more accurate. -John Kalucki http://twitter.com/jkalucki Infrastructure

[twitter-dev] Error clients may not make more than 0 requests per hour returned for every request

2010-01-28 Thread John A. Debay
complaining of the same thing. Any help with this is greatly appreciated. Thanks in advance. John

Re: [twitter-dev] Re: What is the lifespan of the OAuth token?

2010-01-29 Thread John Meyer
Settings-Connections On 1/29/2010 5:19 AM, Dmitri Snytkine wrote: Thanks. By the way, how does user revoke access to an app to which they previously logged in? I mean, if I login to some website with my twitter account using 'login with Twitter', then is there an option anywhere in the twitter

Re: [twitter-dev] Copyright still 2009

2010-02-01 Thread John Meyer
On 2/1/2010 2:02 AM, stehenk wrote: please update your Copyright to 2010 please... thank... I didn't think you had to copyright each and every year.

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread John Meyer
On 2/2/2010 5:31 AM, Raffi Krikorian wrote: Here's an idea: let's reverse engineer the top desktop and mobile Twitter apps and use their oAuth keys to... Oh, wait, my bad: the top desktop/mobile apps _don't_ use oAuth and boy will they take a UX beating when they start. But

Re: [twitter-dev] user_timeline returns too few values

2010-02-02 Thread John Kalucki
a subsequent identical call returns more values. I'm sure there are all sorts of edge cases that I'm not aware of, and things constantly change, but, In the end, if you need to display exactly 20 tweets, you might just need to loop until you receive 20 tweets. -John Kalucki http://twitter.com/jkalucki

[twitter-dev] .NET and oAuth update problems

2010-02-03 Thread John Meyer
has anybody on a .NET library had problems with doing an oAuth connection and then posting an update with special characters such as !? We're having that problem on TwitterVB and I wanted to know if somebody has gotten it fixed yet?

Re: [twitter-dev] Order of rate limiting with multiple predicates (Streaming API)

2010-02-03 Thread John Kalucki
that opening more than a handful of default access streams will appear as an attempt to circumvent the rate limit, so tread gently. We're trying to move automated repetitive searches over to Streaming keywords -- not all use cases -- although the more the better. -John Kalucki http://twitter.com/jkalucki

Re: [twitter-dev] Re: streaming apis + oauth

2010-02-03 Thread John Kalucki
We have plans to support OAuth, but at the moment the Streaming API is mostly concerned with service integrations, so the password issue is far less of an issue there. Stay tuned. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Feb 3, 2010 at 9:46 PM, Marc Mims

Re: [twitter-dev] Dealing with api calls using two ip's

2010-02-04 Thread John Meyer
On 2/4/2010 5:53 AM, Rushikesh Bhanage wrote: Hi, my problem is that i have 2 whitelisted ip's , in my application, when a user ends up with the calls to api on one ip, instead of giving error message in this case, i want 2nd ip to be used immediately. what code should i write. can

[twitter-dev] Re: Tweet counts are jumpin', and the cotton is high?

2010-02-04 Thread John Kalucki
I see that there's a patch up for review to fix this the tweet count memoization. No ETA on deploy. I don't know any further details. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Feb 4, 1:48 am, Victor Miclovich victor.miclov...@appfrica.org wrote: Hey Ed, lets

Re: [twitter-dev] Re: Making the twitter user the default user of your application

2010-02-05 Thread John Meyer
On 2/5/2010 11:00 AM, Jorge Vargas wrote: On Thu, Feb 4, 2010 at 11:13 AM, hernangarciahernan.gar...@gmail.com wrote: Hey man, good morning. If you are developing a web app, OAUTH is the way to go. I am using Twitter4J but for sure oauth-python-twitter has methods to do the same, this is

Re: [twitter-dev] Twitter.com Help

2010-02-08 Thread John Meyer
On 2/8/2010 9:23 AM, Jamie McElwain wrote: Is it possible to specify a custom Application using http:// twitter.com/?status? If so, how can it be done? Thanks, Jamie Exactly what do you mean by specifying a custom application? Are you saying you want the tweets to say sent via custom

Re: [twitter-dev] oAuth and more users?

2010-02-08 Thread John Meyer
On 2/8/2010 7:25 AM, _Bensn wrote: Hi there, is it possible to develope a twitter application which uses oauth and it can be used by more different users without that every user musst create the customer key and -secret? we want to develope a own twitter application with own api, and we also

Re: [twitter-dev] Link to Individual DM

2010-02-08 Thread John Meyer
On 2/8/2010 5:26 PM, Jesse Stay wrote: I'm trying to find a format that allows me to link directly to individual DMs on Twitter - is this possible? Googling isn't finding anything. Jesse http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-direct_messages%C2%A0sent

Re: [twitter-dev] Link to Individual DM

2010-02-08 Thread John Meyer
On 2/8/2010 6:58 PM, Jesse Stay wrote: On Mon, Feb 8, 2010 at 6:09 PM, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: On 2/8/2010 5:26 PM, Jesse Stay wrote: I'm trying to find a format that allows me to link directly to individual DMs on Twitter

Re: [twitter-dev] Link to Individual DM

2010-02-08 Thread John Meyer
On 2/8/2010 6:58 PM, Jesse Stay wrote: On Mon, Feb 8, 2010 at 6:09 PM, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: On 2/8/2010 5:26 PM, Jesse Stay wrote: I'm trying to find a format that allows me to link directly to individual DMs on Twitter

Re: [twitter-dev] OAuth for softwares

2010-02-09 Thread John Meyer
On 2/9/2010 3:57 AM, Thomas wrote: Hello, still no OAuth solution for softwares (not web apps) ? There is oAuth for desktop and mobile software. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-authorize You may not like the fact that you have to integrate a web page, but it

Re: [twitter-dev] Re: oAuth and more users?

2010-02-09 Thread John Meyer
On 2/9/2010 9:20 AM, ryan alford wrote: Your users should not be required to get their own consumer key and consumer secret. Ryan Sent from my DROID On Feb 9, 2010 10:04 AM, _Bensn benjaminroh...@t-online.de mailto:benjaminroh...@t-online.de wrote: Where can they create there own keys? here

Re: [twitter-dev] Re: oAuth and more users?

2010-02-09 Thread John Meyer
On 2/9/2010 8:09 AM, _Bensn wrote: @ John Meyer - thanks for editing my post with the url. Is it right, every user who wants to use our application must at first register the application? Yeah. It might be construed as more effort than a basic authentication, but I don't believe

Re: [twitter-dev] Re: oAuth and more users?

2010-02-09 Thread John Meyer
On 2/9/2010 10:03 AM, ryan alford wrote: So you are saying that the user of a third party application must register a completely new consumer key and consumer secret? Again, you have your terminology wrong. They get a completely new set of oAuth tokens. Same as the fact that every user of

Re: [twitter-dev] google app engine and search api

2010-02-09 Thread John Kalucki
. I'd suggest proxying through another server, or hosting your entire application elsewhere. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Feb 9, 2010 at 4:16 AM, enes akar enesa...@gmail.com wrote: Hi; I have just launched a web site that uses twitter search

Re: [twitter-dev] Whitelist IP address in the event that a higher rate limit is needed

2010-02-10 Thread John Kalucki
Federico, Perhaps you could describe your application in a little more detail? If your application is going to be performing automatic repetitive searches, you should be using the Streaming API: http://bit.ly/6JNdZc -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed

Re: [twitter-dev] Longitude and latitude Pairs for major cities

2010-02-10 Thread John Kalucki
You want to find the southwest corner and the northeast corner of each region you wish to cover. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Feb 10, 2010 at 8:49 AM, Mark Mason idtw...@gmail.com wrote: I can get a longitude and latitude for a city like

Re: [twitter-dev] Looking for someone to help wiith oauth

2010-02-10 Thread John Meyer
On 2/10/2010 7:48 AM, Merrows wrote: I am seeking someone skilled in .NET 3.5, C# to help with implementing twitter oauth, and I would welcome any suggestions of how to find someone. TwitterVB implemetns oAuth and can be used with any .NET compliant language: http://twittervb.codeplex.com

Re: [twitter-dev] Re: Whitelist IP address in the event that a higher rate limit is needed

2010-02-10 Thread John Kalucki
Post-processing is often required with the Streaming API. -John On Wed, Feb 10, 2010 at 5:27 PM, Doza mcard...@gmail.com wrote: I see that searching for phrases is not supported in the Streaming API. Are there any plans to include that? If not, would the solution be to add each individual

Re: [twitter-dev] OAuth maintaining tokens?

2010-02-11 Thread John Meyer
On 2/11/2010 9:30 AM, Paul wrote: My question at last is then, what are good practices for the 3rd party site? Should the site request the user to reauthorize with Twitter each every time he/she comes to the site? Should the 3rd party site have it's own login/username/password for users and

Re: [twitter-dev] Using multiple whitelisted IP's to fetch data of a single user without break

2010-02-11 Thread John Kalucki
This is going to be tough with cursors. Parallel fetch has been well-aired on the list, and the demand is well-understood within Twitter. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Feb 11, 2010 at 7:07 AM, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi

Re: [twitter-dev] Sorting by date

2010-02-11 Thread John Kalucki
. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Feb 11, 2010 at 2:36 AM, Quy quyten...@gmail.com wrote: When I am sorting tweets, can I just do a simple sort DESC on status_id instead of the creation date? I assume status_ids are created sequentially going up so

Re: [twitter-dev] 401 Authentication Error for Streaming API

2010-02-12 Thread John Kalucki
at twitter dot com to get a ticket, or just to me.) -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Feb 12, 2010 at 6:04 AM, djpatra djpa...@gmail.com wrote: Hi, I was launching single streaming api requests from my Amazon EC2 instance. I didn't record the HTTP

Re: [twitter-dev] Twitter dropping lot more tweets than it is fetching

2010-02-12 Thread John Kalucki
-matched, and also exact-matched ignoring punctuation. Phrases, keywords with spaces, are not supported. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Feb 11, 2010 at 9:39 PM, djpatra djpa...@gmail.com wrote: For a project I want to collect all tweets containing

Re: [twitter-dev] Re: Oauth connection and timestamp

2010-02-13 Thread John Meyer
There are several libraries for j2me. Are you talking about a library or an actual twitter client. In either case you would probably be better asking in a client-specific web forum or mailing list. On 2/13/2010 10:22 AM, Fauzil Hamdi wrote: anyone ? On 13 February 2010 19:56, Fauzil Hamdi

Re: [twitter-dev] Applying for increased twitter stream access

2010-02-15 Thread John Kalucki
approvals and make the whole process a lot clearer and a lot more transparent. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Mon, Feb 15, 2010 at 4:07 PM, Dima ddbrod...@gmail.com wrote: Hey, Just wanted to make a quick comment and ask if somebody could please update

Re: [twitter-dev] Re: Search API Irregularity

2010-02-15 Thread John Kalucki
at a...@twitter.com. Please send a brief company description and your use case. There is a retweet stream, but it only provides explicit retweets, not informal RT style retweets. Also, the retweet stream is generally unavailable until we announce our commercial license framework, which should be soon. -John Kalucki

Re: [twitter-dev] iPhone twitter streaming app

2010-02-16 Thread John Kalucki
implemented the policies described in the wiki, and double-checked the list at the end of the wiki, and you should be fine. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Feb 16, 2010 at 1:01 AM, Carl Knott carl.kn...@gmail.com wrote: Thanks for your reply. I

Re: [twitter-dev] Re: Application Suspended

2010-02-17 Thread John Meyer
On 2/15/2010 4:14 PM, Dewald Pretorius wrote: Oh for crying out loud, is everyone now going to stare themselves blind at the phrase Gestapo-like and forget about the issue at hand? It is meant to portray a one-sided action where the accused party is not afforded a voice, or his/her objections,

Re: [twitter-dev] Is it OK to store token in COOKIE?

2010-02-17 Thread John Meyer
On 2/17/2010 5:32 AM, Dmitri Snytkine wrote: Just wondering, is it a bad practive for a web-based app to store user's token and secret in cookies? This would of cause simplify and speed up the login, but is it a security risk? When you boil it down, everything done to increase accessibility

Re: [twitter-dev] Quite possibly the best tweet I've ever seen.

2010-02-17 Thread John Meyer
On 2/17/2010 12:09 PM, Scott Wilcox wrote: Hi folks, I wouldn't usually post something of this nature but I think you'll agree its worth reading. I give you quite possibly the best tweet I've ever seen: http://twitter.com/lancearmstrong/status/9045920131 Scott. Good, although Tila

Re: [twitter-dev] Deleting tweets tracked by keyword

2010-02-17 Thread John Kalucki
In this case, we don't have the original status text to match, so we can't forward the deletion message to you. In the follow case, I'm pretty sure that we do send the deletion message, but there are issues with retweet, etc. etc. So, it varies on fractional streams. Best effort all around. -John

Re: [twitter-dev] Re: Sorting by date

2010-02-18 Thread John Kalucki
these sorts of challenges, and they aren't always easy, interest you: http://twitter.com/job.html?jvi=oAPbVfwf,Job -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Feb 17, 2010 at 11:16 PM, Quy quyten...@gmail.com wrote: Hi John, Does that mean that status_ids may

Re: [twitter-dev] Streaming API question

2010-02-19 Thread John Kalucki
, driven by either a TCP Close or a TCP Reset. I've run connections over the public internet with close monitoring and rarely noticed a timeout. If you point the same client at a file of streaming data on a web server, does the client detect the end of file at the correct point? -John Kalucki http

Re: [twitter-dev] Limiting API Response

2010-02-20 Thread John Kalucki
Can you even run TCP or a JSON parser in 2k of RAM? In any case, I think a proxy server is going to be your best bet. -John Typos by iPhone. On Feb 20, 2010, at 10:54 AM, Matt23 mrichardso...@gmail.com wrote: Hello, I am developing a twitter client that runs on an embedded microprocessor

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

2010-02-20 Thread John Kalucki
to address this issue. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Feb 20, 2010 at 6:06 PM, Sami sami.ben.romdh...@gmail.com wrote: Sorry, John but this is really happening and I am having it on a daily basis in the last 2 weeks on both dev machine and production. I

Re: [twitter-dev] Streaming API question

2010-02-20 Thread John Kalucki
A 45 second period of inactivity is not unusual when following just 100, or even 100,000 users. The keep-alive newlines are only sent once every 10 minutes. You should not reconnect so aggressively. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sat, Feb 20, 2010

Re: [twitter-dev] Streaming API question

2010-02-20 Thread John Kalucki
Arg. This is what I get for not checking the configuration each time. Yes, it's currently set to send a newline every 30 seconds. On Sat, Feb 20, 2010 at 8:45 PM, Marc Mims marc.m...@gmail.com wrote: * John Kalucki j...@twitter.com [100220 20:24]: A 45 second period of inactivity

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

2010-02-20 Thread John Kalucki
anything useful. Is this happening just on filter or would it happen on sample too? On Feb 20, 9:02 pm, John Kalucki j...@twitter.com wrote: Arg. This is what I get for not checking the configuration each time. Yes, it's currently set to send a newline every 30 seconds. On Sat, Feb 20

Re: [twitter-dev] Streaming API question

2010-02-20 Thread John Kalucki
. On Sat, Feb 20, 2010 at 9:09 PM, Marc Mims marc.m...@gmail.com wrote: * John Kalucki j...@twitter.com [100220 21:02]: Arg. This is what I get for not checking the configuration each time. Yes, it's currently set to send a newline every 30 seconds. Ok. Sorry to drag this out, but what

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

2010-02-21 Thread John Barratt
- filter keyword is haiti - it's delivering tweets about 2 - 5 per minute at the moment. On Feb 20, 10:16 pm, John Kaluckij...@twitter.com wrote: I have a hunch that this doesn't happen on sample, or, if it does so, it happens much more rarely. On Sat, Feb 20, 2010 at 9:26 PM, M. Edward (Ed

Re: [twitter-dev] Introduce yourself!

2010-02-21 Thread John Barratt
Hi All, I'm a ruby dev based in Melbourne, Australia, at Stateless Systems. I've been consuming Twitter's Streaming, Search, and Rest API to drive http://trendsmap.com/ which shows local Twitter trends on a Google Maps based site. I have a passion for all things geo ( weather), and so am

[twitter-dev] Streaming API connection abandonment separation anxiety issues

2010-02-22 Thread John Kalucki
or TCP RST to the client. This is bad. We're treating this as a critical production issue and working through the details with network operations. I'll follow up as we learn more. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc.

Re: [twitter-dev] Re: Streaming API connection abandonment separation anxiety issues

2010-02-22 Thread John Kalucki
-- just closed connections. -John On Mon, Feb 22, 2010 at 1:53 PM, Scott Wilcox sc...@tig.gr wrote: Same issue here, over the past six hours more than ever. On 22 Feb 2010, at 19:13, John Kalucki wrote: One further note: A reasonable workaround for the moment is to, if your client allows

Re: [twitter-dev] Search API..receiving the refresh_url

2010-02-23 Thread John Kalucki
If you are performing repeated automated searches and/or looking for low-latency results, you should be using the Streaming API. http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc

[twitter-dev] Re: Introduce yourself!

2010-02-23 Thread John Keyes
to hear what everyone is working on -- thanks! I'm looking forward to meeting folks at Chirp. John

Re: [twitter-dev] Quality Filter in Streaming API with follow predicates

2010-02-23 Thread John Kalucki
, they rot. As far as programmatic detection, there are significant policy issues in play around filtered users. Getting this feature shipped is the real solution. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Feb 23, 2010 at 4:25 PM, Jonathan Strauss jonat

Re: [twitter-dev] Academic data release

2010-02-24 Thread John Kalucki
It's possible, if not likely, that releasing this data would be against one or more Service Terms. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Feb 24, 2010 at 7:54 AM, Pete Warden p...@petewarden.com wrote: I'm looking into releasing a data set based

Re: [twitter-dev] Re: Streaming API connection abandonment separation anxiety issues

2010-02-24 Thread John Kalucki
on this particular LB pair to avoid this problem in the future. If you see abandoned connections, let's dig into the issue, but, for now, I think the system is in a good state. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Feb 23, 2010 at 9:37 AM, John Kalucki j

Re: [twitter-dev] Re: Quality Filter in Streaming API with follow predicates

2010-02-24 Thread John Kalucki
I don't know if you could detect this via Facebook updates. You could, perhaps, start following them on the stream and poll their timelines in parallel until you determine that their tweets are flowing -- then turn off the polling. -John On Wed, Feb 24, 2010 at 8:10 AM, Jonathan Strauss jonat

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

2010-02-24 Thread John Kalucki
://apiwiki.twitter.com/Streaming-API-Documentation#UpdatingFilterPredicates -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Feb 24, 2010 at 10:46 AM, Alam Sher alamshe...@gmail.com wrote: Hi, What is the best practice if I have 20K twitter user base and I want to track user's

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

2010-02-24 Thread John Kalucki
. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Feb 24, 2010 at 2:31 PM, Jonathan Strauss jonat...@snowballfactory.com wrote: On Feb 24, 2:06 pm, John Kalucki j...@twitter.com wrote: The documentation should be pretty clear on this topic. One main connection

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

2010-02-25 Thread John Kalucki
Yes, this is indeed what you should be doing. If you have a low tolerance for data loss, you will then use a total of four accounts: 2 elevated and 2 default access accounts. If you can tolerate a few missing tweets on each reconnect, you can just use the two elevated accounts. -John Kalucki http

Re: [twitter-dev] Re: Quality Filter in Streaming API with follow predicates

2010-02-25 Thread John Kalucki
FYI: There's already an app that posts Tweets to Facebook. -John On Thu, Feb 25, 2010 at 12:02 AM, Jonathan Strauss jonat...@snowballfactory.com wrote: Heh :-) The app we're building, TweetPo.st, is designed to post the user's tweets to Facebook. So, the call-to-action I proposed would

Re: [twitter-dev] Regarding the Streaming Access

2010-02-25 Thread John Kalucki
Unless you've made prior arrangements with Twitter, your account is at the default access level. We'll be making announcements about increased access levels over the next several months. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Feb 25, 2010 at 10:52 PM

Re: [twitter-dev] Delete messages from the filter stream with location parameters??

2010-02-26 Thread John Kalucki
consumers will receive the delete, however, so your Tweet should be gone from search.twitter.com, Bing, Google, Yahoo, etc. etc. -John On Fri, Feb 26, 2010 at 1:18 AM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: P.S.: A refresh of the Search page for my tweets shows that the deleted tweet has

Re: [twitter-dev] Re: Geo-hose release date?

2010-02-26 Thread John Kalucki
within a few bounding boxes. -John Kalucki http;//twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Feb 26, 2010 at 7:25 AM, Dztt jonathandme...@gmail.com wrote: Is this only going to get me a sample set of tweets or all tweets in the specified areas? On Feb 25, 7:59 pm, Raffi

Re: [twitter-dev] Re: Regarding the Streaming Access

2010-02-26 Thread John Kalucki
If you agreed to the EULA, you should have Gardenhose access. On Fri, Feb 26, 2010 at 6:47 AM, GeorgeMedia georgeme...@gmail.com wrote: John, I applied for gardenhose access a while back and I got the link to read and agree with the terms then did so. But haven't heard anything since

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

2010-02-26 Thread John Kalucki
is too full, the elevated access account can be restarted with the current predicates. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Feb 25, 2010 at 12:25 PM, Alam Sher alamshe...@gmail.com wrote: Sorry, but exactly this portion of the documentations goes above

Re: [twitter-dev] Delete messages from the filter stream with location parameters??

2010-02-27 Thread John Kalucki
how we could work this out. (Files a bug against himself.) We'll see. -John On Sat, Feb 27, 2010 at 4:53 PM, Abraham Williams 4bra...@gmail.com wrote: Couldn't you add a cleaning process to statuses just before they are sent to clients but after they have been filtered into streams

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