[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you we're adding statuses/retweets)

2009-09-24 Thread John Kalucki
be easier to handle. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Sep 23, 10:15 pm, hansamann sven.hai...@googlemail.com wrote: John, I assume the method to use would then be http://stream.twitter.com/1/statuses/filter.format It does not mention that it includes

[twitter-dev] Re: Throttling of filter stream

2009-09-28 Thread John Kalucki
, even at the default level. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Sep 28, 3:10 am, Robert Chatley rob...@metabroadcast.com wrote: Hi, I also have a question regarding throttling of the streaming API when tracking keywords. We are successfully tracking

[twitter-dev] Re: Stream missing statuses from certain users

2009-09-30 Thread John Kalucki
The Streaming API and Search API are both filtered for quality. These three accounts don't show due to this issue. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Sep 30, 1:21 pm, Sameer sameer.kha...@gmail.com wrote: Hello,  I have been using the stream API for quite some

[twitter-dev] Re: Stream missing statuses from certain users

2009-09-30 Thread John Kalucki
The /1/statuses/sample resource is the only sampled resource. The /1/ statuses/filter resource contains the full-fidelity feed, minus low quality content, up to the rate limit. This resource isn't sampled in any other manner. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc

[twitter-dev] Re: Stream missing statuses from certain users

2009-10-01 Thread John Kalucki
level of access. Behind the scenes, you are already using the /1/statuses/filter method... Your level of access is not determined by IP address or by the URL you connect to. Rather access is determined by roles assigned to usernames. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc

[twitter-dev] Re: monitor a #

2009-10-01 Thread John Kalucki
If you'd like to monitor a static set of hashtags, use the Streaming API. You'll receive the highest proportion of tags with the least amount of filtering and hassle. There are a number of good Streaming API clients out in the wild. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc

[twitter-dev] Re: Return number of pages (or number of friends/followers) on first call with cursor

2009-10-04 Thread John Kalucki
to apply some heuristic to allow for high-velocity sets. The last user in the list could be removed before iteration completes, setting up a race-condition that you'd have to allow for as well. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 4, 1:29 am, Jesse Stay jesses

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-04 Thread John Kalucki
future sets returned by cursor B are always disjoint from the set originally returned by cursor A. In your example, if you refetched both A and B, the result sets wouldn't be disjoint as there are no longer 5,000 edges between cursor A and cursor B. I think this, in part answers your question. ? -John

[twitter-dev] Re: Return number of pages (or number of friends/followers) on first call with cursor

2009-10-04 Thread John Kalucki
with cursor jitter that can, very rarely, result in minor loss and minor overdelivery. I don't know when this issue will be fully addressed. This jitter issue should only effect high velocity sets, and rarely, if ever, affect ordinary users. -John Kalucki http://twitter.com/jkalucki Services, Twitter

[twitter-dev] Re: Having Twitter automatically update a 3rd party site user's status

2009-10-05 Thread John Kalucki
, you can use the REST API, but at scale it is far easier to use the follow parameter on the Streaming API. This has been working well for even the largest scale integrations. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 5, 8:29 am, Tom Farvour tfarv...@gmail.com wrote

[twitter-dev] Streaming API -- Depreciated URL removal warning

2009-10-05 Thread John Kalucki
25 days and the rewrite rules may be removed at any time. The original announcement: http://groups.google.com/group/twitter-development-talk/msg/46e5947fd0023a2d -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc.

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-06 Thread John Kalucki
There is no snapshotting. 5,000 edges are returned on each call. Few users have more than 5,000 followers or more than 5,000 followings. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 6, 11:58 am, jmathai jmat...@gmail.com wrote: On Oct 6, 11:06 am, Jesse Stay jesses

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-06 Thread John Kalucki
No. If we are to offer real-time social graph changes, they'll be via the Streaming API. In the mean time, there is no low-latency high- throughput way to determine changes to the social graph. Attempts to simulate this at large scale via repeated polling are likely to be frustrating. -John

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-06 Thread John Kalucki
until you get a cursor of 0. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 6, 11:06 am, Jesse Stay jesses...@gmail.com wrote: I said the same thing in the last thread about this - still no clue what Twitter is doing with cursors and how it is any different than

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-07 Thread John Kalucki
-creation-time index after all. I don't know how much obfuscation there is, especially in the lsb's, but the cursors ideally should be treated as opaque tokens. While unlikely, we may change their format at some time in the future. And then various acts of daring do could break. -John Kalucki http

[twitter-dev] Re: Streaming API Rate Limit Question

2009-10-07 Thread John Kalucki
. The default level is currently pretty generous, most applications don't need anything more. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 7, 2:04 pm, Damon C d.lifehac...@gmail.com wrote: I've got a quick question on the rate limiting of the streaming API

[twitter-dev] Re: Account management app - suspended accounts

2009-10-09 Thread John Kalucki
from access overwhelmingly used for invalid purposes are sometimes, sadly, going to get caught in a low-latency high-volume countermeasure system. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 9, 5:23 am, SuperCerial s...@cyberdyneseo.com wrote: Absolutely true. on both

[twitter-dev] Re: Twitter API in 24 Hours

2009-10-09 Thread John Meyer
I don't know if you have enough for a full book. Even some of the chapters seem more like sub-sections at this point. Andrew Mager wrote: I am co-authoring a book about the Twitter API, and I was wondering if any of you guys wanted to write a chapter. The book will be in the SAMS 24 hour

[twitter-dev] Re: Where in API docs to get first tweet only

2009-10-10 Thread John Kalucki
http://apiwiki.twitter.com/Streaming-API-Documentation On Oct 10, 3:16 pm, Scott Haneda talkli...@newgeo.com wrote: Thanks Peter.  Any pointers on general docs on what the heck spritzer   and garden hose is? The public timeline api says this:         statuses/public_timeline        

[twitter-dev] Re: Randomly Sampling Users: Suggestions?

2009-10-12 Thread John Kalucki
The Streaming API sample method would provide a random sampling of public users weighted by update rate, not a random sampling of all users. The default 'spritzer' should be sufficient for most uses. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 12, 8:01 am, Andrew

[twitter-dev] Re: Arabic in the streaming API

2009-10-12 Thread John Kalucki
) on the off chance that the webserver is mangling the unicode in the URL. Please report back to the group on the success or failure of this approach. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 12, 7:33 am, Fabien Penso fabienpe...@gmail.com wrote: Hi. An Arabic

[twitter-dev] Re: Arabic in the streaming API

2009-10-12 Thread John Kalucki
Could there be an issue with tokenizing either the predicate or the searched text? The tweet is just broken by spaces and common punctuation. -John On Oct 12, 8:32 am, Fabien Penso fabienpe...@gmail.com wrote: On Mon, Oct 12, 2009 at 5:28 PM, John Kalucki jkalu...@gmail.com wrote: Unicode

[twitter-dev] Re: Arabic in the streaming API

2009-10-12 Thread John Kalucki
The illiterate leading the illiterate. On Oct 12, 9:10 am, Fabien Penso fabienpe...@gmail.com wrote: On Mon, Oct 12, 2009 at 5:36 PM, John Kalucki jkalu...@gmail.com wrote: Could there be an issue with tokenizing either the predicate or the searched text? The tweet is just broken by spaces

[twitter-dev] Re: Randomly Sampling Users: Suggestions?

2009-10-12 Thread John Kalucki
. -John On Oct 12, 9:24 am, Ryan Rosario uclamath...@gmail.com wrote: That sample will be biased towards more active posters and may include some demographic biases due to seasonal activities during the limited time frame of the sample. That answers my question, and that is what I

[twitter-dev] Re: HTTP Server Error 503 No available server to handle this request

2009-10-12 Thread John Kalucki
We updated the status blog: http://status.twitter.com. On Oct 12, 12:44 pm, Dewald Pretorius dpr...@gmail.com wrote: It's now even on Mashable: http://mashable.com/2009/10/12/http-server-error-twitter/ On Oct 12, 4:36 pm, ryan alford ryanalford...@gmail.com wrote: Thanks Dewalt.  I was

[twitter-dev] Re: HTTP Server Error 503 No available server to handle this request

2009-10-12 Thread John Kalucki
issue within moments. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 12, 1:19 pm, bear bea...@gmail.com wrote: John, I'm going to be in San Fran the week of Nov 5th, I would love to meet with the Twitter Ops team on how we (we being Seesmic and possibly other large

[twitter-dev] Re: Opening multiple sockets with the streaming API

2009-10-12 Thread John Kalucki
is not allowed and your older connection may be disconnected. Create a second account for the second connection. -John Kalucki http;//twitter.com/jkalucki Services, Twitter Inc On Oct 12, 7:27 pm, EastSideDev eastside...@gmail.com wrote: No, I am using the same username and password. This used

[twitter-dev] Twitter icons

2009-10-14 Thread John Meyre
I don't know if I got that information here or somewhere else, but somebody pointed out a location where I could get some Twitter icons.

[twitter-dev] Re: Tweets Dataset for academia?

2009-10-14 Thread JOHN OBRIEN
Many people in academia / research have used TwapperKeeper service to capture tweets of interest (that are tagged) and export for analysis. Let me know if you have any questions. v/r, John http://TwapperKeeper.com jobr...@ob3solutions.com @jobrieniii On Oct 14, 2009, at 12:39 PM, Atul

[twitter-dev] Re: Separate terms using commas?

2009-10-14 Thread John Kalucki
You may be conflating the Streaming API, which requires commas between keywords, and the search API, which does not. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 14, 9:19 am, Kyle B kylebarn...@gmail.com wrote: On Oct 13, 4:09 pm, EastSideDev eastside...@gmail.com

[twitter-dev] Re: Counting tweets with no concern for contents

2009-10-14 Thread John Kalucki
The track parameter on the Streaming API will give you all statuses that match a keyword. When rate-limited, you'll get an accurate count of the limited statuses. You'll only get accurate results for sets of keywords if your stream is not limited. -John Kalucki http://twitter.com/jkalucki

[twitter-dev] Re: Separate terms using commas?

2009-10-14 Thread John Kalucki
Try track=#test1,#test2,#test3 You are searching for #test1, (space)#test2, etc. Nothing will ever match (space)#test2. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 14, 8:38 pm, EastSideDev eastside...@gmail.com wrote: It seems as neither is working. I tried #test1

[twitter-dev] Re: Separate terms using commas?

2009-10-15 Thread John Kalucki
Allowed characters where? Each track keyword is limited to, at most, 30 characters. A tweet can be at most 140 characters. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 15, 6:54 am, EastSideDev eastside...@gmail.com wrote: Is the maximum number of allowed characters

[twitter-dev] Re: Duplicate Tweets

2009-10-16 Thread John Kalucki
I don't know about paygrade, but more than a few Twitter employees follow i80chains during the season. We hear you. I just don't know what to suggest be done about the situation. On Oct 15, 11:09 am, Toxic phoneybolo...@gmail.com wrote: On Oct 15, 7:50 am, Ryan Sarver rsar...@twitter.com

[twitter-dev] Re: Laying the foundation for API versioning

2009-10-16 Thread John Adams
wrote: Great news guys, I noticed that the search and oauth API's aren't in the version one API stream though. Is this intentional? -- Marcel Molina Twitter Platform Teamhttp://twitter.com/noradio -- Marcel Molina Twitter Platform Team http://twitter.com/noradio -- John Adams

[twitter-dev] Re: Download Avira AntiVir Premium v9.0.0.446 with 2011 valid

2009-10-16 Thread John Meyer
Looks like Alex's getting attacked from a swiss server. JDG wrote: dammit al3x! On Fri, Oct 16, 2009 at 06:39, Kola zone a...@twitter.com mailto:a...@twitter.com wrote: Download Avira AntiVir Premium v9.0.0.446 with 2011 valid http://bit.ly/2dWFN5

[twitter-dev] Re: getting only old messages when using API

2009-10-17 Thread John Kalucki
http://help.twitter.com/forums/10713/entries/42646 -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 17, 2:42 pm, Vlad vshala...@gmail.com wrote: Hi All I'm building a page (www.cmt.ca/unstable) that needs to use twitter feed from this person -http://twitter.com

[twitter-dev] Re: Arabic in the streaming API

2009-10-17 Thread John Kalucki
for the time being. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 17, 7:08 pm, Abo Abdulla aalsh...@gmail.com wrote: Any update? BR, Ahmed On Oct 15, 2009, at 6:01 PM, Abo Abdulla alsh...@me.com wrote: Guys Any Update? Regards On Oct 12, 2009, at 5:33 PM

[twitter-dev] Re: getting only old messages when using API

2009-10-17 Thread John Kalucki
Your user should begin to flow into search again. But, if there is any further sketchy behavior on this account, it will be permanently banned. On Oct 17, 2:42 pm, Vlad vshala...@gmail.com wrote: Hi All I'm building a page (www.cmt.ca/unstable) that needs to use twitter feed from this

[twitter-dev] Re: Best way to track 65k keywords

2009-10-17 Thread John Kalucki
Yes, the Streaming API track parameter is the way to accomplish this. Send your use case to a...@twitter.com to request elevated access. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 17, 12:40 am, Jonas Lejon jo...@triop.se wrote: Hey! Anyone has some idea how i

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread John Kalucki
to this list. Also, if you aren't timing out, but rather are getting an HTTP error, send the response headers. After say 4 or 5 responses, they'll probably have enough info to triage this. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 18, 6:40 am, Dewald Pretorius dpr

[twitter-dev] connectivity problems

2009-10-18 Thread John Meyer
I'm not able to connect to twitter via any interface or software.

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread John Kalucki
OK. I think we have enough traceroutes for now. Thanks for sending them in! If we need more datapoints or information, I'll update this thread. On Oct 18, 7:14 am, John Kalucki jkalu...@gmail.com wrote: I don't see any operational issues from here, but I'm not an operational guy. At first

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread John Kalucki
And here's the next question: Is anyone having trouble from non-service, non-hosted endpoints. In other words, problem from home ISPs and desktop clients? -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 18, 7:55 am, John Kalucki jkalu...@gmail.com wrote: OK. I think

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread John Meyer
John Kalucki wrote: And here's the next question: Is anyone having trouble from non-service, non-hosted endpoints. In other words, problem from home ISPs and desktop clients? -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. Yep. (comcast, cannot access through either

[twitter-dev] Re: 502 error for public timeline

2009-10-20 Thread John Kalucki
Slightly off topic, but why are you calling the public timeline 10 times a minute? It's only updated once every 30 seconds. If you want more public statuses, you should be using the Streaming API. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 20, 12:44 am, Scott

[twitter-dev] Re: Twitter Data Dumps?

2009-10-21 Thread John Kalucki
Historical data is not available. Grab the /1/statuses/sample.format stream from the Streaming API. Wait a few days and you'll have a corpus to play with. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 21, 7:26 pm, futureboy future...@gmail.com wrote: Hi folks, I'm

[twitter-dev] Re: Twitter Data Dumps?

2009-10-21 Thread JOHN OBRIEN
Futureboy, We have historical hashtagged data at TwapperKeeper (#michaeljackson, #iranelection, etc) and many others based upon hashtags that can be exported for review. http://twapperkeeper.com If you have any questions, let me know. v/r, John @jobrieniii On Oct 21, 2009, at 10:26 PM

[twitter-dev] Re: cursor based paging

2009-10-23 Thread John Kalucki
Fixed. On Oct 23, 1:02 am, Pradeep pradeep.de...@gmail.com wrote: John, Please not that the API documentation on this linkhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f... tells the users to use negated values on each subsequent requests. Please take immediate

[twitter-dev] Re: Twitter Search Issues for Japanese

2009-10-26 Thread John Kalucki
I've forwarded your message to the Japan product manager and to the engineer who first brought Japanese tokenizing to Search. -John Kalucki http://twitter.com/jkalucki Services, Twitter.com On Oct 26, 2:27 am, Aki yoru.fuku...@gmail.com wrote: Hi, I'm developing desktop Twitter application

[twitter-dev] Re: cursor based paging

2009-10-26 Thread John Kalucki
Also fixed. On Oct 26, 2:07 am, Pradeep pradeep.de...@gmail.com wrote: John, Thank you for your quick response. I think the same mistake is there in the case of statuses/friends too.http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f... Thanks, Pradeep. On Oct 23

[twitter-dev] Re: Twitter Data Dumps?

2009-10-26 Thread John Kalucki
have is in the user's profile. -John Kalucki http://twitter.com/jkalucki Services, Twitter.com On Oct 25, 7:15 pm, futureboy future...@gmail.com wrote: Is there a way to filter based on some criteria? In particular, I want the service to only return tweets that are geo-enabled, i.e. geo

[twitter-dev] Re: Using Stream API to track $

2009-10-26 Thread John Kalucki
cover most of the non-OTC US equity markets or the vast majority of global equity by market cap. 26^4 is only a half million. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 26, 6:39 am, MrGoogleAlerts a...@vibemetrix.com wrote: I am working on a Twitter app

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-10-26 Thread John Kalucki
Internal discussions indicate that removing the backing store that supports this method remains a priority. The API will be disabled to allow the backing store to be decommissioned. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 26, 3:18 am, Tim Haines tmhai

[twitter-dev] Re: Streaming API - follow method - Pipe drying out

2009-10-26 Thread John Kalucki
tell from the logs. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 26, 8:08 am, Narayan lakshminaarayana...@gmail.com wrote: Hi, We have encountered this issue often in the past - I wanted to see if you have a solution for this or are aware of this already. We use

[twitter-dev] Re: Stepping down from API Support role

2009-10-30 Thread John Kalucki
Chad has been awesome in supporting the Twitter developer community, digging into details, and working out thorny issues. He will be missed! -John On Oct 30, 4:00 pm, Chad Etzel c...@twitter.com wrote: Hi all, Today is the last day of my Twitter API Support contract. I will be stepping

[twitter-dev] Re: TwitterVB 1.4 Available

2009-10-30 Thread John Meyer
Thanks, Duane, just what I needed. One question, though. What's the max search results per query and is there a way to page? Duane Roelands wrote: It is my pleasure to announce that version 1.4 of the TwitterVB library is available at http://twittervb.codeplex.com/ TwitterVB is a .NET

[twitter-dev] Re: TwitterVB 1.4 Available

2009-10-30 Thread John Meyer
Oh, one other thing Duane. Downloaded the chm file but it doesn't seem to be opening any of the topics. Duane Roelands wrote: It is my pleasure to announce that version 1.4 of the TwitterVB library is available at http://twittervb.codeplex.com/ TwitterVB is a .NET library primarily intended

[twitter-dev] Re: TwitterVB 1.4 Available

2009-10-30 Thread John Meyer
Got it, even though it seems to just return 15 per page for me by default. I posted up the same comments on the codeplex site so ignore those. Duane Roelands wrote: John, In Vista or Windows 7, you'll have to right-click on the .chm file and click Unblock before you can see the contents

[twitter-dev] Re: Suspended account?

2009-10-31 Thread John Adams
On Oct 31, 2009, at 7:04 PM, Zac Bowling wrote: http://twitter.com/suspended I'm seeing some profiles redirect to this. It looks like a user. Weird? It is a user, unfortunately. There was a small web server change in the way that suspended accounts are processed, and the normal

[twitter-dev] Re: is there a way to filter out only a particular language

2009-11-01 Thread John Kalucki
All Streaming API features are documented on the Wiki. Currently there are no filter-by-language features. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 31, 7:25 pm, bill lovami...@yahoo.com wrote: Hi. We are using the streaming api to access tweets. Is there any way

[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-01 Thread John Kalucki
Is the posted status similar to any other status created by that user? -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 31, 8:12 am, gembry gem...@gmail.com wrote: Hello Folks, (fishing for input) thx Not really sure what’s going on here. Below you will find what I am

[twitter-dev] Re: expanded geocoding APIs

2009-11-02 Thread John Kalucki
The sample resource is just that, a sample. The default access level quite a lot of data. You can also request a higher sample (the gardenhose) if your project needs a higher proportion of the statuses. Allowing a geo predicate on the Streaming API would be very useful thing indeed. -John

[twitter-dev] Re: Does stream API return protected tweets?

2009-11-02 Thread John Kalucki
Protected statuses are not currently available on the Streaming API. Only public statuses are available. I clarified the Wiki on this point. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 2, 12:56 pm, Adam Green a...@vibemetrix.com wrote: I see that the user data

[twitter-dev] Re: Streaming Api - Keywords matched

2009-11-03 Thread John Kalucki
, externalizing development effort, but the uses cases for the Streaming API are so many, that it's hard to define exactly how much this feature would help and therefore how much we're externalizing. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 3, 1:53 am, Fabien Penso fabienpe

[twitter-dev] Re: Streaming Api - Keywords matched

2009-11-03 Thread John Kalucki
of tides, the DJIA, etc. Roughly: Complete corpus search: Streaming Low-latency results: Streaming Accurate keyword counts: Streaming (tally both statuses and limit messages) Complex queries: Search Historical queries: Search -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 3

[twitter-dev] Re: Streaming Api - Keywords matched

2009-11-03 Thread John Kalucki
stream. The cost is nearly fixed, as there are only so many tokens per status. You are limited entirely by memory, as you can quickly forward statuses to a large number of clients following a nearly limitless set of keywords. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov

[twitter-dev] Re: crossdomain

2009-11-04 Thread John Kalucki
Search team is aware of the issue. Working on it. I don't have an update from them yet. -John On Nov 4, 8:56 am, Tzahi Sofer tzahi.so...@gmail.com wrote: Hi, I get a 404 on calls to search.twitter.com/crossdomain.xml. It's been like this since last night. any ideas? Thanks, Tzahi.

[twitter-dev] Re: My application for whitelisting has been rejected for no reason!

2009-11-05 Thread John Meyer
You think they would at least give you an issue number or something. -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Nish Sent: Thursday, November 05, 2009 11:48 AM To: Twitter Development Talk Subject:

[twitter-dev] Re: api.twitter.com not returning compressed data

2009-11-06 Thread John Adams
. This configuration has been fixed as of 1:30AM PST. -- John Twitter Ops

[twitter-dev] Re: Pyramid scheme to gain followers

2009-11-07 Thread John Meyer
Okay, what's the point of this, anyway? Am I missing something on the reason why you would want to artificially inflate the number of followers you have? Is there some sort of spam or ad pay going on here? From: twitter-development-talk@googlegroups.com

[twitter-dev] Whitelisting rejection e-mail

2009-11-09 Thread John Meyer
What was the e-mail to submit questions as to why an application was rejected and what I can do to rectify the situation as a developer?

[twitter-dev] Re: Twit Search Performance

2009-11-10 Thread John Kalucki
You can also consider the track parameter to the Streaming API method / 1/statuses/filter.format -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 10, 2:53 pm, MuratMetu muratm...@yahoo.com wrote: Hello, I have used topsy for twit search and we are not happy

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread John Kalucki
Retweets do not modify the original text in any way. There is no RT to search upon. There is a feed of all public retweets on the Streaming API, but it is not generally available. Instead, you can request a sample of all statuses and filter for those that are retweets. -John Kalucki http

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread John Kalucki
to the Streaming API wherever possible. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 11, 9:39 am, Yaniv Golan stu...@yanivgolan.com wrote: Thanks John, this means that my app won't work anymore! streaming api makes my life very hard hence i need to search for links

[twitter-dev] Re: Weird Twitter Search Behaviour

2009-11-11 Thread John Kalucki
http://help.twitter.com/forums/10713/entries/42646 On Nov 11, 9:54 am, Zehra Nasif zehra.na...@gmail.com wrote: Twitter programmer crew;what is the logic behind that my hashtags arent showing in search results and others' do. My tweets arent protected. My account is ZN_Moment.

[twitter-dev] Re: Weird Twitter Search Behaviour

2009-11-11 Thread John Kalucki
#better2012movietitles about 2 hours ago from web On Nov 11, 1:36 pm, John Kalucki jkalu...@gmail.com wrote: http://help.twitter.com/forums/10713/entries/42646 On Nov 11, 9:54 am, Zehra Nasif zehra.na...@gmail.com wrote: Twitter programmer crew;what is the logic behind that my hashtags arent

[twitter-dev] Re: OAuth success but getting intermittent 500 Internal Server Error requesting access token

2009-11-11 Thread John Kalucki
We're looking into the 500s on oAuth requests. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 11, 3:39 pm, Sean rag...@gmail.com wrote: Getting the same thing, 500's from access token requests. This is affecting all of our new users. Any insight would be lovely

[twitter-dev] Re: Streaming apis for follows/following?

2009-11-11 Thread John Kalucki
graph changes are not the highest priority item at the moment, other items must come first. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 11, 3:43 pm, Steve Farrell st...@farrell.org wrote: Hey, Have you guys given any thought to a streaming api for follows/ following

[twitter-dev] Re: the new retweet feature might break my app

2009-11-12 Thread John Kalucki
. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 12, 2:50 am, Walter Smulders walter.smuld...@gmail.com wrote: In the examples that are shown in the developers preview for the RT api these where prefixed with RT, was this done on purpose or did this change after

[twitter-dev] Re: Finding tweets from Zipcode

2009-11-12 Thread John Kalucki
Currently the Streaming API does not support Geotag filter predicates, but we'll get there soon enough. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 12, 12:46 am, Walter Smulders walter.smuld...@gmail.com wrote: You can by getting the latitude and longitude

[twitter-dev] Re: the new retweet feature might break my app

2009-11-12 Thread John Kalucki
and some transitory behavior. Yes, I find it confusing too. And it shouldn't be so confusing for what seems to be such a simple thing. But, once you drill down, there is a lot of unavoidable complexity. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 12, 7:00 am, cadams500 ch

[twitter-dev] FW: Returned mail: see transcript for details

2009-11-13 Thread John Meyer
I think this is the same person everybody's talking about with bounced messages. Come to think of it, we need to talk to googlegroups about how somebody can subscribe with an address like rjmol...@jenna -Original Message- From: Mail Delivery Subsystem

[twitter-dev] Re: Twitter Tracking API

2009-11-14 Thread John Kalucki
Dhaval, I think you are referring to the track parameter on the Streaming API. If so, there are a number of client libraries that will present you with each status as they arrive. Or, with a little effort, some HTTP client libraries can be used to do the same thing. -John Kalucki http

[twitter-dev] Re: Empty reply from server on Streaming API?

2009-11-14 Thread John Kalucki
, or absolutely nothing back. Those codes are not HTTP error codes, they must be some curl artifact. Tcpdump is also sometimes useful. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 14, 6:13 pm, Jim DeLaHunt jim.delah...@gmail.com wrote: Am I the only one seeing this? I

[twitter-dev] Re: Empty reply from server on Streaming API?

2009-11-15 Thread John Kalucki
by attempting to connect from a different network. If you provide an account name, I can look through the logs and see what happened. An IP address can also be helpful. In the absence of these keys, I can only speculate as to what occurred. -John Kalucki http://twitter.com/jkalucki Services

[twitter-dev] Re: 413 FULL head error on Streaming API

2009-11-15 Thread John Kalucki
%2Fb886df7e063a8c44%3Flnk%3Dgst%26q%3D413%26#doc_d9c83205c406586b There is no single role in the Streaming API that will allow that many follows and track parameters. -John On Nov 12, 9:21 am, Julien julien.genest...@gmail.com wrote: John, This is exactly what we post to your servers (I just hid

[twitter-dev] Re: Bad ssl certs on some servers for api.twitter.com/1 ?

2009-11-15 Thread John Adams
Mozilla, here: http://www.floodgap.com/software/ttytter/mk-ca-bundle.txt -john

[twitter-dev] Re: 413 FULL head error on Streaming API

2009-11-15 Thread John Kalucki
Please request the additional access by whatever means you requested your initial access. -John On Nov 15, 3:35 pm, Julien julien.genest...@gmail.com wrote: Thanks a lot John for this clear explaination. Is it possible to have the following settings: - superfeedr_foll as Shadow

[twitter-dev] Re: Streaming API -- Be tolerant of retweet annotation

2009-11-16 Thread John Kalucki
or by what criteria we'll approve these. Detail your use case. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 16, 8:38 am, Kapenda Thomas kapen...@gmail.com wrote: I noticed that the retweet api still says coming soon. It is available yet for general consumption or do I have

[twitter-dev] Re: count parameter in streaming API statuses/filter method

2009-11-16 Thread John Kalucki
Anthony, The count parameter isn't enabled on the default access level, on any sampled stream or any elevated track role. So, that leaves the firehose and follow methods. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 12, 11:25 am, Anthony Bruni anthonybr

[twitter-dev] Re: Streaming API with Dynamic Tag Set

2009-11-16 Thread John Kalucki
to well below once per minute, you could be successful. Would it be possible to base some of your work off of a sampled stream? -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. Benjamin Darfler wrote: I have the use case where I want to ingest twitter messages based on a set

[twitter-dev] Re: Bad ssl certs on some servers for api.twitter.com/1 ?

2009-11-17 Thread John Adams
On Nov 17, 2009, at 10:50 AM, David Dellanave wrote: Could this be related to when an API request returns raw HTML like the over-loaded page? That would be my first guess. SSL/TLS negotiation happens much earlier in the transaction, so no, raw HTML is not a cause of this. -john

[twitter-dev] Missing Search API Results

2009-11-17 Thread John Barratt
Hi All, We have been noticing gaps appearing in search results at times when doing geocoded searches in particular. For example with this search over South Eastern Australia : http://search.twitter.com/search.json?rpp=100lang=enpage=1geocode=-35.2,144.0,1000km Occasionally produces results

[twitter-dev] Re: Streaming API

2009-11-18 Thread John Kalucki
-John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 18, 2:46 pm, briantroy brian.cosin...@gmail.com wrote: I have a question about the streaming API. I am currently whitelisted for the standard search API on several IP addresses. I'd like to begin moving to the streaming API

[twitter-dev] Re: Streaming API

2009-11-18 Thread John Kalucki
search should be largely via the Streaming API. The Search API is exceedingly expensive to provide in its current form, so I wouldn't expect overly-gracious transition periods. Instead, I'd expect various knobs to be turned steadily and progressively after a reasonable grace period. -John Kalucki

[twitter-dev] Re: Streaming API

2009-11-19 Thread John Kalucki
over to streaming to allow some missing use cases and to reduce developer complexity. Our plans and dates aren't fully formed -- which is why I described this as the overall story arc -- this overall direction should inform where to apply effort when multiple viable options exist. -John Kalucki

Re: [twitter-dev] Geotagging API

2009-11-20 Thread JOHN OBRIEN
:15, page:1, completed_in:0.01934, query:+twitter+FTW+from%3Araffi } On Nov 20, 2009, at 2:21 PM, JOHN OBRIEN wrote: Quick question... What format will [geo] be from the /search api? just the lat long, something like... [geo] = 37.78029 -122.39697 I am watching a bunch of tweets

Re: [twitter-dev] Geotagging API

2009-11-21 Thread JOHN OBRIEN
Raffi, Thanks again for this. Is there anywhere in the wiki that explains the various types (Point, etc) and if the object model is different? [I didn't see anything offhand...] Thanks again, John @jobrieniii http://twapperkeeper.com On Nov 20, 2009, at 5:40 PM, Raffi Krikorian wrote

Re: [twitter-dev] Geotagging API

2009-11-21 Thread JOHN OBRIEN
Wait - I did a little reading and figured out you are aligned with http://geojson.org/ Thanks, John @jobrieniii http://twapperkeeper.com On Nov 21, 2009, at 5:17 PM, JOHN OBRIEN wrote: Raffi, Thanks again for this. Is there anywhere in the wiki that explains the various types (Point, etc

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