[twitter-dev] Messages with accented characters get truncated

2009-04-11 Thread John
I use a Windows function called InternetCanonicalizeUrl to encode status messages before posting them to Twitter. It encodes é as %E9. So for example, café mocha turns to caf%E9%20mocha. When I post this as a status update to Twitter, it shows up as caféocha. The m is dropped for some reason. Is

[twitter-dev] issues with retweets and API

2009-12-30 Thread John
I have 2 issues with the current API regarding retweets: 1. After favoriting a retweet the original tweet gets favorited. Since the original tweet gets favorited row.retweeted_status.favorited should be returned as True for any timeline methods. Currently it is returned as False. 2. After

[twitter-dev] Re: issues with retweets and API

2009-12-31 Thread John
The retweeted status is only available if the tweet is a retweet. Thats why I was suggesting there be a variable like retweeted_by_me in the original tweet to let you know you've retweeted it so you can Undo. If this were to be implemented there needs to be a new method to Undo the retweet which

[twitter-dev] Re: issues with retweets and API

2010-01-03 Thread John
They will always remain even if you undo. They will only disappear if your friends undo.

[twitter-dev] bug with search using max_id

2010-01-03 Thread John
I recently switched from using page to max_id to prevent duplicates from appearing due to new tweets. But there seems to be an issue when hitting the end when doing a search. It results in an error of Couldn't find Status with ID=[id of tweet]. The id that gets returned in the error also doesn't

[twitter-dev] Re: issues with retweets and API

2010-01-03 Thread John
to make changes to the payload (i.e add the retweeted_by_me flag)  and provide destroy/retweet methods as suggested by you). Hope i am clear now. On Sun, Jan 3, 2010 at 10:14 AM, John munz...@gmail.com wrote: They will always remain even if you undo. They will only disappear if your friends

[twitter-dev] Re: bug with search using max_id

2010-01-03 Thread John
another thing i've noticed is that search doesn't return as many records as when you do a search on twitter.com. You can verify using #tests. Returns about 5 records using the API while twitter.com returns about 20+. Could be related to the issue above.

[twitter-dev] Re: issues with retweets and API

2010-01-04 Thread John
://code.google.com/p/twitter-api/issues/detail?id=1214 http://code.google.com/p/twitter-api/issues/detail?id=1274 On Mon, Jan 4, 2010 at 2:24 AM, John munz...@gmail.com wrote: I understood you since the beginning. It doesn't feel redundant to me, I'm pretty sure that is intended functionality. Even

[twitter-dev] Re: bug with search using max_id

2010-01-04 Thread John
done On Jan 3, 4:06 pm, Mark McBride mmcbr...@twitter.com wrote: John, can you open an issue on the code tracker?http://code.google.com/p/twitter-api/issues    ---Mark http://twitter.com/mccv On Sun, Jan 3, 2010 at 1:17 PM, John munz...@gmail.com wrote: another thing i've noticed

[twitter-dev] help with xAuth

2010-04-08 Thread John
I've done exactly what the docs say to do for xAuth (http:// apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for- xAuth). Yet I keep getting Failed to validate oauth signature and token. The only thing the docs doesn't note is the secret key that is used to sign. Am I suppose to

[twitter-dev] Tweet button fails to parse URL

2010-08-25 Thread John
missing something here? Best, John -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-02 Thread John
Thanks Matt. Is there any kind of ETA for when this might be fixed? On Aug 26, 6:40 pm, Matt Harris thematthar...@twitter.com wrote: Thanks for letting us know about this John, i've let the team know so they can fix it. Best, Matt On Wed, Aug 25, 2010 at 2:29 AM, John j...@wordie.org

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-15 Thread John
No reply to this for a while, so asking again. Matt, your first response sounded like an acknowledgment that this is a bug. Is that so, and if so, can we expect to see it fixed? Best, John On Sep 6, 2:35 am, ecf ebfried2...@yahoo.de wrote: Same behavior withurlcontaining + characters

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-16 Thread John
Thanks much Matt, I'll follow those too. On Sep 15, 8:13 pm, Matt Harris thematthar...@twitter.com wrote: Hey John, There have been a number of threads on this so I apologies that yours was not updated. We are tracking the defect on our issue tracker:    http://code.google.com/p/twitter-api

[twitter-dev] 401: Unauthorized (Python)

2011-02-04 Thread john
, as this is in a Django project, and I'm setting it via TIME_ZONE = 'America/Kentucky/Louisville' in my settings.py. Can anyone help? Thanks, John -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues

[twitter-dev] Re: 401: Unauthorized (Python)

2011-02-04 Thread john
. Any idea where I should go from here? I found the section of the library I'm using that creates the UTC timestamp, by calling time.time(). I would think that Django's timezone property would set the runtime timezone, however I have not checked that specifically. Any ideas? Thanks, John On Feb 4, 4

[twitter-dev] Re: 401: Unauthorized (Python)

2011-02-05 Thread john
=Y0kKb5PhvjynbpKhfwF9na6ptznlkreKDheHo4YBmYoauth_signature=zWwMR %2Fv81XlzoeCpeYWHiMMIrPc%3D' Headers = {'Content-Type': 'application/x-www-form-urlencoded'} Thanks, John On Feb 4, 9:40 pm, Matt Harris mhar...@twitter.com wrote: Hi John, That dict object doesn't contain the response body. In the response body we give an error

[twitter-dev] oauth weird issue

2011-05-31 Thread John
I have an app that hasn't changed and has been working fine for months. But the other day it stopped working. Heres what i'm experiencing: -login, favorites, lists still works fine -home, mentions and DMs give 'invalid signature' oauth error Other people have reported the same issue but for

[twitter-dev] Re: oauth weird issue

2011-06-01 Thread John
/twitter-development-talk/browse_thread/thread/b12eb886ec477465 On May 31, 2:30 am, John munz...@gmail.com wrote: I have an app that hasn't changed and has been working fine for months. But the other day it stopped working. Heres what i'm experiencing: -login, favorites, lists still works

Re: Is SSL (TLS/https) officially supported?

2008-11-29 Thread John Adams
Officially supported, and recommended. -j On Nov 28, 2008, at 12:24 PM, Ed Finkler wrote: I'm pretty sure it's officially supported. -- Ed Finkler http://funkatron.com AIM: funka7ron ICQ: 3922133 Skype: funka7ron On Fri, Nov 28, 2008 at 3:18 PM, Jon Colverson [EMAIL PROTECTED] wrote:

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread John Adams
. -john On Feb 15, 2009, at 8:18 AM, Shannon Whitley wrote: I hope Twitter will reconsider these changes. With My Tweeple, I was able to provide a preview of a user's updates by displaying the page in an iframe. It was very convenient for the user to review someone's tweets before deciding

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread John Adams
anymore. My recollection is they mostly relied on vulnerabilities in IE... Kind of ironic actually. I would not recommend this method as it probably could get you banned from Twitter. On Sun, Feb 15, 2009 at 12:11, John Adams j...@twitter.com wrote: Actually, forcing an app to use the API

[twitter-dev] Re: Accept header and OPTIONS method

2009-03-07 Thread John Adams
a 400 Bad Request reply. Am I doing something wrong, or just something that isn't supported? We block both the TRACE and OPTIONS method within our web servers for security reasons. -john

[twitter-dev] Re: A Twitter Query Language (TQL) ?

2009-03-24 Thread John Kalucki
that other vendors such as Coral8 and Streambase could also do the same. -John On Mar 22, 1:28 pm, Zac Bowling zbowl...@gmail.com wrote: I would love it if Twitter would develop an equivalent to Facebook's FQL, Yahoo's YQL, Amazon's SimpleDB, or Google's GQL (used for app engine data storage

[twitter-dev] Re: The OAuth Conundrum

2009-03-26 Thread John Adams
, but then your application would have the user's password. The scheme you propose is a good intermediary step for a transition, but not as a long term solution. From the user's perspective, it's just as easy as OAuth. Although much harder to revoke! -j --- John Adams Twitter Operations j

[twitter-dev] Re: Twitter searching: How much is too much

2009-03-26 Thread John Mazz
Thats great! I will also look into using ATOM over RSS, Thanks. On Mar 26, 5:20 pm, Matt Sanford m...@twitter.com wrote: You're once again correct. That's well below the rate limiting concerns.

[twitter-dev] Re: Deprecation of the email parameter for users/show

2009-04-02 Thread John Sampson
assistance in returning this method to the production API. John Sampson http://zentact.com On Apr 2, 5:59 pm, Doug Williams d...@twitter.com wrote: For a few days, the users/show method offered look up based on a user's email address. So short-lived was its documented availability that we removed

[twitter-dev] Re: Connection Keep-Alive and Max Simultaneous Connections

2009-04-08 Thread John Adams
On Apr 8, 2009, at 10:33 PM, orange80 wrote: Yeah, I started checking the headers and realized that. It doesn't seem like there's any hard limit on simultaneous connections though so that helps quite a bit. Our web servers do not support Keep-Alive. -j --- John Adams Twitter Operations j

[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

[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: 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
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
of 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
: 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
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
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 notifications for new

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

2009-05-06 Thread John Adams
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 clarified. On Wed, May 6, 2009 at 5

[twitter-dev] Re: Public Timeline Frozen

2009-05-07 Thread John Kalucki
. So far the availability has been very good, and the latency very low. -John On May 7, 6:01 am, mattarnold1977 matt.arnold.1...@gmail.com 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

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

2009-05-09 Thread John Kalucki
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 must tolerate

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

2009-05-10 Thread John Kalucki
not 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, benburkert

[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

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

2009-05-13 Thread John Kalucki
{ lengthBytes = readline() } while (lengthBytes.length 1) parseMarkup(read(Integer(lengthBytes).parseInt())) } -John On May 13, 9:00 am, Ianiv Schweber ian...@gmail.com 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

[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 ian...@gmail.com 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 be delimited

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

2009-05-13 Thread John Kalucki
. 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 kaiser.ma...@gmail.com wrote: John, this looks pretty interesting! Two questions: 1) you are requiring to send a username and password for Basic Auth - how

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

2009-05-14 Thread John Kalucki
the demux on your end, but that should be easy enough. -John On May 13, 11:40 pm, Damon P. Cortesi d.lifehac...@gmail.com 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 multiple connections

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

2009-05-14 Thread John Kalucki
for 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 May 14, 2:56

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

2009-05-21 Thread John Kalucki
. The newlines are keep-alive probes. -John Kalucki Services, Twitter Inc. On May 21, 4:22 am, developerinlondon ebilliona...@gmail.com 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

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

2009-05-21 Thread John Kalucki
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 Kalucki Services, Twitter

[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 btanw...@gmail.com wrote: How can I get access to /gardenhose and /spritzer feeds? On Thu, May 21

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

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

[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 jazzyc...@gmail.com 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

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

2009-05-26 Thread John Kalucki
, they 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 techf...@gmail.com wrote: Hi, If I

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

2009-05-27 Thread John Kalucki
, and there's plenty we don't know just yet. -John Kalucki Services, Twitter Inc. On May 26, 11:55 pm, Brendan O'Connor breno...@gmail.com wrote: On Tue, May 26, 2009 at 10:07 PM, elversatile elversat...@gmail.com wrote: Makes sense. I was assuming the same. Thanks people! John from Twitter said

[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: 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 rh.swar...@gmail.com 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 spiritpo...@gmail.com 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

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

2009-06-02 Thread John Kalucki
in 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 individually by sending each

[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 jazzyc...@gmail.com wrote: I am playing with the follow methods, and they have been acting funny all day.  Lately it just

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

2009-06-05 Thread John Kalucki
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 dpr...@gmail.com wrote: New follower processing using the Social Graph

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

2009-06-05 Thread John Kalucki
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 jazzyc...@gmail.com wrote: Hi John, et al. I have been playing with the /follow streams and noticed that some

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

2009-06-05 Thread John Kalucki
for /follow methods. Any other opinions out there? -Chad On Fri, Jun 5, 2009 at 1:44 PM, John Kalucki jkalu...@gmail.com wrote: There are multiple bits set for accounts that control various levels of access and all kinds of folderol. It's complicated and for mostly understandable reasons

[twitter-dev] Re: Twitter Apps

2009-06-08 Thread John Kalucki
. -John Kalucki Services, Twitter Inc. On Jun 7, 12:02 am, umaydin devnetw...@gmail.com 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 friendfeed

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

2009-06-08 Thread John Kalucki
in 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 jazzyc...@gmail.com wrote: Hi All, I am stumped

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

2009-06-09 Thread John Kalucki
@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 jazzyc...@gmail.com wrote: Neato! Would it be possible to add some sort

[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
of overdelivery is rare, but it can happen. -John On Jun 10, 10:09 am, Chad Etzel jazzyc...@gmail.com 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 to see

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

2009-06-10 Thread John Kalucki
receive from those users. -John Kalucki Services, Twitter Inc. On Jun 10, 9:26 am, AE antonio_eggb...@yahoo.se wrote: Hi John Questions regardingfollow. On May 13, 10:50 pm, John Kalucki jkalu...@gmail.com wrote: I'll attempt to answer these questions, but I can only do so with some

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

2009-06-11 Thread John Kalucki
them coming! -John Kalucki Services, Twitter, Inc. On Jun 11, 8:15 am, AE antonio_eggb...@yahoo.se wrote: On Jun 10, 6:51 pm, John Kalucki jkalu...@gmail.com wrote: I haven't done the math, but I don't think a single prolific user could tweet more than you can consume. Now, if you are trying

[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 tib...@gmail.com 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 11, 12:09 pm, John

[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 delivera...@gmail.com wrote: Is there any guarantee that we'll follow certain users sufficiently

[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 i...@exbeerde.de wrote: Hi, is it  not possible to get the location data as a return

[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, கார்த்திக்.மு fermis...@gmail.com wrote: John, Can we have two concurrent

[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

[twitter-dev] Re: streaming api multiple connections

2009-06-30 Thread John Kalucki
of few other valid use cases for more than one or two connections from the same service, user or company. -John Kalucki Services, Twitter Inc. On Jun 29, 10:06 pm, Hardeep Khehra hardeep.s.khe...@gmail.com wrote: will the streaming track api allow multiple connections from the same IP using

[twitter-dev] Streaming API -- Pre-launch checklist added to Wiki

2009-06-30 Thread John Kalucki
Some tips for developers, copied below: Pre-Launch Checklist 1. Creating the minimal number of connections? 2. Avoiding duplicate logins? 3. Backing off from failures: none for first disconnect, seconds for repeated network (TCP/IP) level issues, minutes for repeated HTTP (4XX codes)?

[twitter-dev] Re: Why are there pagination limits

2009-06-30 Thread John Kalucki
. (Apologies to Doug and the API team.) -John Kalucki Services, Twitter Inc. On Jun 30, 4:15 pm, Scott Haneda talkli...@newgeo.com wrote: Been pondering this today.  There seem to be 7 day limits, or around   3000 tweet limits to the API.  At first, my gut told me that was for   load reasons

[twitter-dev] Re: Stream API : Tracker

2009-07-06 Thread John Kalucki
The documentation is incorrect. But, instead of fixing the documentation, it's reasonable to fix the code. For the time being, you'll have to query for the three permutations. -John Kalucki Services, Twitter Inc. On Jul 5, 9:30 pm, Cary Knoop carykn...@gmail.com wrote: Unlike the wiki

[twitter-dev] Re: Stream API : Tracker

2009-07-07 Thread John Kalucki
A fix for this issue will be deployed this afternoon, PDT. -John Kalucki Services, Twitter inc. On Jul 6, 12:21 pm, John Kalucki jkalu...@gmail.com wrote: The documentation is incorrect. But, instead of fixing the documentation, it's reasonable to fix the code. For the time being, you'll

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

2009-07-07 Thread John Kalucki
A reminder: Support for space separated track and follow lists will be dropped in this afternoon's Streaming API deploy. Only comma separated lists will be accepted. On Jun 12, 11:53 am, John Kalucki jkalu...@gmail.com wrote: The follow post parameter now takes acommaseparated list of userids

[twitter-dev] Re: Whitelist Limits

2009-07-08 Thread John Kalucki
and I'll get them to the Platform product manager. -John Kalucki twitter.com/jkalucki Services, Twitter Inc. On Jul 7, 8:57 pm, whoiskb whoi...@gmail.com wrote: From what I can tell, the white list limits are 20,000 calls per hour.  I am curious if any app out there has come close to hitting

[twitter-dev] Re: updating follow/shadow/birddog list of users

2009-07-08 Thread John Kalucki
case and I'll forward it on to the Platform PM to help prioritize the better solution, as outlined by Alex. -John Kalucki twitter.com/jkalucki Services, Twitter Inc. On Jul 8, 12:17 pm, braver delivera...@gmail.com wrote: Uf you have thousands of users, do you really have to cook up a following

[twitter-dev] Re: Appx # of records in gardenhose

2009-07-09 Thread John Kalucki
2m - 3m, very roughly. On Jul 9, 8:34 pm, dhaval dhaval.parik...@gmail.com wrote: hey can ne one tell me the # of records we get appx in gardenhose per day? Thanks

[twitter-dev] Re: Streaming API: updating request parameters

2009-07-10 Thread John Kalucki
of the way of anti-abuse measures. -John On Jul 10, 3:58 pm, Cary Knoop carykn...@gmail.com wrote: Is the following implemented or will it be implemented? I have two threads, one that writes HTTP post requests tohttp://stream.twitter.com/track.jsonand one thread that reads the response from

[twitter-dev] Re: Streaming API -- New objects in markup stream. Test your code

2009-07-11 Thread John Kalucki
Laurent, There are examples of the new objects on the Streaming API wiki. The XML and JSON formats are, sadly, not orthogonal. The objects aren't flowing to give developers time to adjust. We'll probably enable this in the middle of next week. -John On Jul 11, 12:34 am, Laurent Eschenauer

[twitter-dev] Re: Streaming API/ track method - results Tweets from Dec. 2008

2009-07-11 Thread John Kalucki
Unless there's been a server restart and some unusual resulting backlog, nearly all tweets from /track will be forwarded within a second or two of being posted. I suspect you are conflating the created_at of the user with the created_at of the status. I've done this many times. -John Kalucki

[twitter-dev] Re: Streaming API -- New objects in markup stream. Test your code

2009-07-11 Thread John Kalucki
We'll mail again and post on the @twitterapi account before we cry havoc and let slip the hounds. -John On Jul 11, 2:26 pm, Joel Strellner j...@twitturly.com wrote: John, Any chance you can allow us to send an additional variable when we   connect and you guys send it in the new format

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread John Kalucki
track access for services. It's possible that you are worrying about an unlikely event. Sustained single topic statuses in the thousands per minute are usually limited to things like massive social upheaval, big political events, celebrity death, etc. -John Kalucki twitter.com/jkalucki Services

[twitter-dev] Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread John Kalucki
} } -John Kalucki twitter.com/jkalucki 
Services, Twitter Inc.

[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-14 Thread John Kalucki
Yes, the two are related. Good sleuthing. On Jul 13, 10:08 pm, Damon Clinkscales sca...@pobox.com wrote: On Mon, Jul 13, 2009 at 9:53 PM, John Kaluckijkalu...@gmail.com wrote: Deletions will be enabled on or after Thursday July 16th, as previously scheduled. From the wiki,  http

[twitter-dev] Re: How to track a phrase in Streaming API?

2009-07-14 Thread John Kalucki
for Harry OR Potter, but not Harry AND Potter. It's probably best to track on the lowest frequency word in the phrase, to avoid the rate limit. -John Kalucki twitter.com/jkalucki Services, Twitter Inc. On Jul 14, 8:26 am, owkaye owk...@gmail.com wrote: How do I track a phrase like harry potter

[twitter-dev] Re: number of search results for query

2009-07-16 Thread John Kalucki
. An approximation is all you'll get from any approach, as there is no totally unfiltered source of statuses -- for example, protected users' statuses are unavailable, how do you account for deleted statuses, etc. etc., so you are always estimating. -John Kalucki twitter.com/jkalucki Services

[twitter-dev] Re: Process every single Tweet.

2009-07-17 Thread John Kalucki
make your results worthless, by hitting the Search API. All other approaches will be rate limited or considered scraping. Scraping is frowned upon and you'll be quickly detected and blocked. I'd suggest recasting your project to the sample available in the gardenhose. -John Kalucki twitter.com

[twitter-dev] Re: The Gardenhose Cooperative

2009-07-22 Thread John Kalucki
Section 5) ii) b) and e) of the Gardenhose EULA cover this issue. On Jul 22, 3:41 pm, braver delivera...@gmail.com wrote: After we lost a few days of gardenhose, I'm wondering whether it would be OK for us gardenhosers to back up each other.  In case we do research, for instance -- as we do

  1   2   3   4   5   6   7   8   9   10   >