Re: [twitter-dev] Error 500 messages

2010-03-26 Thread Rajiv Verma™
Yes! And its happening for the last 2-3 days. May be something is wrong on Twitter's part. On Fri, Mar 26, 2010 at 9:12 AM, Cory cory.imdi...@gmail.com wrote: I'm getting a bunch of Error 500 messages from different API calls today - is anyone else experiencing this? It isn't every call, but

[twitter-dev] Just stated working

2010-03-26 Thread sardar ahmed
Hi , ive just started working on twitter application on c# and using Yedda twitter class , can somebody give me a basic simple application or somebody tell me what is To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with

Re: [twitter-dev] Just stated working

2010-03-26 Thread Rajiv Verma™
I am using the Twitterizer Framework. On Fri, Mar 26, 2010 at 10:55 AM, sardar ahmed sardarahm...@gmail.comwrote: Hi , ive just started working on twitter application on c# and using Yedda twitter class , can somebody give me a basic simple application or somebody tell me what is

Re: [twitter-dev] Error 500 messages

2010-03-26 Thread John Kalucki
Do these errors coincide with this incident? http://status.twitter.com/post/473971477/high-error-rate-and-page-loading-issues We threw a lot of 500s during this hour, and the 500s been slightly elevated from baseline since that issue was largely resolved. Ops is grinding down that error rate as I

Re: [twitter-dev] Error 500 messages

2010-03-26 Thread Rajiv Verma™
Well!! Not exactly!! what I was getting is Authentication Failed and Server Timeout On Fri, Mar 26, 2010 at 12:11 PM, John Kalucki j...@twitter.com wrote: Do these errors coincide with this incident? http://status.twitter.com/post/473971477/high-error-rate-and-page-loading-issues We threw a

[twitter-dev] share user account activity data?

2010-03-26 Thread mcfnord
I'd love a list of id's for active accounts and another list of id's for inactive ones, by some sensible criteria of activity. Publishing this is in twitter.com's interest, admittedly for that large first and second crawl. I'm calling this for everyone:

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

2010-03-26 Thread John Kalucki
The addresses vary dynamically and the range is subject to change without notice at any time. You can observe typical values with ping or dig and enter these into your firewall. I'd suggest at least a /24 netmask, as you may not observe all the possible values within a given period. I'd also then

[twitter-dev] Twitter provider url support for openid login

2010-03-26 Thread pammi
Hi, I was actually started integrating with login sso with openid. I thought of integrating for twitter also. Do we have twitter provider url support for openid login integration? Thanks Venkata To unsubscribe from this group, send email to

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

2010-03-26 Thread John Kalucki
Stop doing this. You are stressing the system and producing questionable results. You run a very high risk of blacklisting. Also, there are many many existing studies that go over this same ground of active users and break the data down in painstaking detail. Instead, take the Spritzer sample

Re: [twitter-dev] Twitter provider url support for openid login

2010-03-26 Thread Taylor Singletary
Hi Venkata, Twitter is not an OpenId provider. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 26, 2010 at 4:14 AM, pammi venkatareddy.pa...@gmail.com wrote: Hi, I was actually started integrating with login sso with openid. I thought of integrating for

[twitter-dev] Tweets number changed

2010-03-26 Thread Yogesh Mali
Does anyone know why tweets are disappearing from twitter? To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

[twitter-dev] Bulk User Lookups

2010-03-26 Thread Dewald Pretorius
I just want to say thank you for the new users/lookup API method, and for removing the secondary limits. It has improved the response times in relevant areas of my app by orders of magnitude. To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or

[twitter-dev] Re: Sample twitter application

2010-03-26 Thread natefanaro
I'm going to guess that you don't have shell access on that machine. Make sure your web host can contact api.twitter.com. One way to do that is with this command curl -v http://api.twitter.com/1/statuses/public_timeline.rss If there's an error or no output then your host has to figure out why

[twitter-dev] Retweet via Shows Wrong App?

2010-03-26 Thread David Cann
When posting a retweet to the API, twitter.com is displaying an incorrect via app name. Is this a known issue or am I doing something wrong? The via app name displayed is correct when posting new statuses and replies. I'm using the MGTwitterEngine and

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

2010-03-26 Thread Peter Kieltyka
Hey guys, Is it at all possible, in some way or another to specify a filter with a period? I've been working on an image streaming service and up till now I have been just filtering on: twitpic,yfrog,pic However, we'd also like to stream in links from ow.ly, but I would have to filter on ow to

Re: [twitter-dev] Retweet via Shows Wrong App?

2010-03-26 Thread Michael Steuer
Via will show the app the original tweet was submitted with... On Mar 26, 2010, at 10:17 AM, David Cann davidjc...@gmail.com wrote: When posting a retweet to the API, twitter.com is displaying an incorrect via app name. Is this a known issue or am I doing something wrong? The via app name

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

2010-03-26 Thread John Kalucki
The combinatorics don't work out here until we offer boolean AND. Tokens are thrown against a HashMap to determine delivery. It's not really feasible to also throw arbitrary combinations of tokens against the HashMap. If we ever support AND, then you could search for ow AND ly. You'll have to

[twitter-dev] JavaScript XAuth library ??????

2010-03-26 Thread mostafa farghaly
Hi guys i can't wrap my head around OAuth/XAuth for browserless apps is there any JavaScript Library for easy working with XAuth To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the

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

2010-03-26 Thread M. Edward (Ed) Borasky
On 03/26/2010 10:32 AM, John Kalucki wrote: The combinatorics don't work out here until we offer boolean AND. Tokens are thrown against a HashMap to determine delivery. It's not really feasible to also throw arbitrary combinations of tokens against the HashMap. If we ever support AND, then you

[twitter-dev] Re: Retweet via Shows Wrong App?

2010-03-26 Thread David Cann
Ok, thanks. On Mar 26, 1:31 pm, Michael Steuer mste...@gmail.com wrote: Via will show the app the original tweet was submitted with... On Mar 26, 2010, at 10:17 AM, David Cann davidjc...@gmail.com wrote: When posting a retweet to the API, twitter.com is displaying an incorrect via app

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

2010-03-26 Thread John Kalucki
You really shouldn't pick your systems based on what Twitter uses unless all else is the same. Our requirements are radically different from yours. I'd encourage you to use the same libraries though -- for example, if we're using Gson to parse JSON, you are unlikely to run into additional

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

2010-03-26 Thread Dewald Pretorius
Ed, For app side filtering, you may want to look at Sphinx Search: http://www.sphinxsearch.com/ On Mar 26, 2:41 pm, M. Edward (Ed) Borasky zzn...@gmail.com wrote: On 03/26/2010 10:32 AM, John Kalucki wrote: The combinatorics don't work out here until we offer boolean AND. Tokens are

[twitter-dev] Search Weirdness?

2010-03-26 Thread Naveen
I have a search request that doesnt seem to work properly. I noticed when I was trying to refresh and no new posts were coming in, but it appears to not be working even on first search I have include the HTTP request and response, below, you can see that no results are returned, however a max_id

[twitter-dev] Re: Sample twitter application

2010-03-26 Thread Dushyant
thanks a lot. The problem was with my host. They had blocked fsockopen() function call. On Mar 26, 8:14 pm, natefanaro natefan...@gmail.com wrote: I'm going to guess that you don't have shell access on that machine. Make sure your web host can contact api.twitter.com. One way to do that is

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

2010-03-26 Thread M. Edward (Ed) Borasky
On 03/26/2010 11:54 AM, Dewald Pretorius wrote: Ed, For app side filtering, you may want to look at Sphinx Search: http://www.sphinxsearch.com/ Yeah, I've seen Sphinx and all the Lucene clones and Namazu and half a dozen others. My natural inclination has been toward PostgreSQL's built-in

[twitter-dev] Re: JavaScript XAuth library ??????

2010-03-26 Thread tux_advocate_hpu
from the OAuth.net page: http://oauth.net/code/ Scroll down and look for Javascript section. It links to this site: http://oauth.googlecode.com/svn/code/javascript/ I don't think this library sends the appropriate OAuth headers in the HTTP request. Or at least that isn't how I got it working.

Re: [twitter-dev] Search by Client

2010-03-26 Thread M. Edward (Ed) Borasky
On 03/21/2010 04:36 AM, Harshad RJ wrote: To test how this works I built a streaming parser for the Spritzer feed, and it occurred to me that I could make this data available to everyone. So, here it is: http://tdash.org/stats/clients I dunno if the OP just wanted an approx count of the

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

2010-03-26 Thread Taylor Singletary
Hi Developers, It's no secret that Twitter is growing exponentially. The tweets keep coming with ever increasing velocity, thanks in large part to your great applications. Twitter has adapted to the increasing number of tweets in ways that have affected you in the past: We moved from 32 bit

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

2010-03-26 Thread Brian Smith
Any app that pages through timelines uses since_id or max_id depends responses being ordered by tweet ID. What will be the replacement for since_id and max_id? Taylor Singletary wrote: We are planning to replace our current sequential tweet ID generation routine with a simple, more scalable

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

2010-03-26 Thread Cameron Kaiser
For the majority of applications we think this scheme switch will be a non-event. Before implementing these changes, we'd like to know if your applications currently depend on the sequential nature of IDs. Do you depend on the density of the tweet sequence being constant? Are you trying to

[twitter-dev] Re: Error 500 messages

2010-03-26 Thread Cory
I think that was it, it's been much better now. I was worried because I'm in the middle of development and I thought I broke something! On Mar 25, 11:41 pm, John Kalucki j...@twitter.com wrote: Do these errors coincide with this

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

2010-03-26 Thread Alam Sher
Yup, I am using since_id as well in my application to perform various sequential tasks. Hopefully new id generation scheme will have this parameter support using some alternatives at least. Alam Sher On Sat, Mar 27, 2010 at 1:48 AM, Brian Smith br...@briansmith.org wrote: Any app that pages

[twitter-dev] statuses/friends Not Found Error

2010-03-26 Thread Cory
I'm trying to run a query to grab the friends of the currently logged in user, and no matter what I do I get a Not Found error. Here is the request I'm making:

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

2010-03-26 Thread Rich
I second this request, as a mobile developer since_id is essential for caching old tweets and only retreiving new tweets. since_id is invaluable. You say in most cases the new approach we will take will not result in any noticeable differences does that mean you will still handle a since_id

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

2010-03-26 Thread bob.hitching
+1 on the need to maintain support for since_id in the Search API On Mar 27, 7:41 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, It's no secret that Twitter is growing exponentially. The tweets keep coming with ever increasing velocity, thanks in large part to your

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

2010-03-26 Thread Naveen
We do not require that ids be sequential, but if the ids are not monotonically increasing it cause some issue with how we manage since_ids.. i.e. if a message posted by userA, 1 ns after userB, we would assume userB has a higher id than userA. While it may seem like nitpicking, wouldn't there a

[twitter-dev] GUIDs?

2010-03-26 Thread Donny V.
Why don't you just use GUIDs as your id and then just add a timedate attribute stamp and call it a day. That would give you a unique id and also give your tweets an order. To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email

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

2010-03-26 Thread Craig Hockenberry
Hi Taylor! Please comment on how this change will affect this bug: http://code.google.com/p/twitter-api/issues/detail?id=1529 Hopefully, the timestamp portion of the ID will allow since_id to work correctly when load increases. -ch On Mar 26, 1:41 pm, Taylor Singletary

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

2010-03-26 Thread Nigel Legg
How will this change affect the since Status_id type calls? I am working on a system that will depend on being able to download mentions once and only once, and was planning on using this function to ensure I got only what I wanted. Cheers, Nigel. On 26 March 2010 20:41, Taylor Singletary

Re: [twitter-dev] GUIDs?

2010-03-26 Thread Nigel Legg
If the since_id api calls will work against this, it might be a solution... On 26 March 2010 20:58, Donny V. don...@gmail.com wrote: Why don't you just use GUIDs as your id and then just add a timedate attribute stamp and call it a day. That would give you a unique id and also give your

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

2010-03-26 Thread Michael Bleigh
To those voicing concerns about since_id I believe the key word is that they will no longer be *sequential*, something entirely different from them no longer being *increasing*. Since ID is a core part of the Twitter API that I very much doubt will be in jeopardy from this change. Twitter devs

Re: [twitter-dev] GUIDs?

2010-03-26 Thread Mark McBride
UUIDs are 128 bit integers. Moving from 64 to 128 bits is likely far more disruptive than the proposed scheme. ---Mark http://twitter.com/mccv On Fri, Mar 26, 2010 at 2:01 PM, Nigel Legg nigel.l...@gmail.com wrote: If the since_id api calls will work against this, it might be a

[twitter-dev] Re: Developer Preview: upcoming geo features (a.k.a A place is not just a latitude and a longitude - it has a name)

2010-03-26 Thread bob.hitching
good stuff raffi, any further news on if/when the new place data will be exposed via the Search API? cheers, bob GeoMeme - http://www.geome.me - what's happening where? On Mar 2, 12:44 pm, Raffi Krikorian ra...@twitter.com wrote: hi all. i wanted to give you all a heads up on some big

Re: [twitter-dev] Re: Error 500 messages

2010-03-26 Thread Nigel Legg
I've had very slow responses to API calls today, but all seems to be working. On 26 March 2010 20:47, Cory cory.imdi...@gmail.com wrote: I think that was it, it's been much better now. I was worried because I'm in the middle of development and I thought I broke something! On Mar 25, 11:41

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

2010-03-26 Thread Steve Streza
Especially on mobile devices, it's significantly faster to sort tweets by comparing the long long representation of an ID rather than by the date. It's also more accurate, as two tweets that come in at the exact same second will still be sorted in the correct order. Steve On Mar 26, 4:41 pm,

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

2010-03-26 Thread Psychs
Can we assume a status ID will be unique or not? It's unclear here. If not, it should be a big problem for most apps. - Satoshi On Mar 27, 5:41 am, Taylor Singletary taylorsinglet...@twitter.com wrote: If you've been trying to divine meaning from status IDs aside from their role as a primary

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

2010-03-26 Thread Ray Krueger
I would think that this would make no difference for since_id. The purpose of since_id is for us to the API give me the data I need that's happened since this id. Don't assume it's implemented as select * from tweets were id since_id. :) On Mar 26, 4:01 pm, Michael Bleigh mble...@gmail.com

Re: [twitter-dev] Re: Developer Preview: upcoming geo features (a.k.a A place is not just a latitude and a longitude - it has a name)

2010-03-26 Thread Raffi Krikorian
hi bob. soon :P On Fri, Mar 26, 2010 at 2:06 PM, bob.hitching b...@hitching.net wrote: good stuff raffi, any further news on if/when the new place data will be exposed via the Search API? cheers, bob GeoMeme - http://www.geome.me - what's happening where? On Mar 2, 12:44 pm, Raffi

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

2010-03-26 Thread Nigel Legg
I hope you're right, but my app design depends on since_id, and before I proceed further I want to be sure that I will not have to rebuild when this new format comes in. On 26 March 2010 21:09, Ray Krueger raykrue...@gmail.com wrote: I would think that this would make no difference for

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

2010-03-26 Thread Taylor Singletary
A quick clarification for you all since there seems to be the most concern around using since_id as a parameter: since_id will work as well as it does today as a result of this change. Also, a reminder that the actual integer format of the tweet IDs will not be changing. They'll still be

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

2010-03-26 Thread M. Edward (Ed) Borasky
On 03/26/2010 01:41 PM, Taylor Singletary wrote: Hi Developers, [snip] For the majority of applications we think this scheme switch will be a non-event. Before implementing these changes, we'd like to know if your applications currently depend on the sequential nature of IDs. Do you depend

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

2010-03-26 Thread mikawhite
I am using since_id in my app to know when to stop paging on both the api search api. My code expects the id to be sequential. RT @jkalucki: Primary-Key-Density-Change-Pocalypse. Of total doom. To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com

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

2010-03-26 Thread Alberty Pascal
So it would be cool if some way were provided for me to gauge tweet volumes at regular intervals (currently every 2 minutes). Take a look to Tweespeed http://www.tweespeed.com But with the change annonced, this site is dead at term ... pas...@tweespeed On Mar 26, 10:01 pm, jerememonteau

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

2010-03-26 Thread Naveen Ayyagari
I am still a little unclear if we will be able to determine the correct since_id to pass to the api by always looking for the largest tweet id we have seen. It seems if two messages are posted at very close to same time, they may not be sequential since the bottom bits will be randomly

Re: [twitter-dev] statuses/friends Not Found Error

2010-03-26 Thread Abraham Williams
If you us id then include it in your URL like: http://api.twitter.com/statuses/friends/coryimdieke.xml or use the parameter screen_name=coryimdieke. Abraham 2010/3/26 Cory cory.imdi...@gmail.com I'm trying to run a query to grab the friends of the currently logged in user, and no matter what

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

2010-03-26 Thread bjhess
+1 on IDs being increasing. Sequential doesn't matter to me. I don't actually trust passing since_id to Twitter and having them handle the limiting of my result list. I've gotten into trouble when that feature suddenly quit being recognized and my code wasn't defensive enough to double-check

Re: [twitter-dev] SSL problems using ASI!

2010-03-26 Thread Abraham Williams
You can open an issue for Twitter: http://code.google.com/p/twitter-api/issues/entry http://code.google.com/p/twitter-api/issues/entryHopefully they will fix it. Until then there is probably some configuration setting to stop verifying the SSL cert. Abraham 2010/3/26 c0olcast c0olc...@gmail.com

Re: [twitter-dev] Re: JavaScript XAuth library ??????

2010-03-26 Thread Nigel Legg
I notice that the oath.net/code site does not mention any code for working with OAuth / XAuth in C++/Qt. Are there libraries available for this? Regards, Nigel. On 26 March 2010 19:18, tux_advocate_hpu tuxcod...@gmail.com wrote: from the OAuth.net page: http://oauth.net/code/ Scroll down and

[twitter-dev] Re: GUIDs?

2010-03-26 Thread Donny V.
Yeah but its a permanent solution. On Mar 26, 5:06 pm, Mark McBride mmcbr...@twitter.com wrote: UUIDs are 128 bit integers.  Moving from 64 to 128 bits is likely far more disruptive than the proposed scheme.   ---Mark http://twitter.com/mccv On Fri, Mar 26, 2010 at 2:01 PM, Nigel Legg

[twitter-dev] Re: GUIDs?

2010-03-26 Thread Donny V.
I'm sorry this was meant for this post. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/5152a34a8ae6ccb6 On Mar 26, 4:58 pm, Donny V. don...@gmail.com wrote: Why don't you just use GUIDs as your id and then just add a timedate attribute stamp and call it a day.

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

2010-03-26 Thread Benedek
Hi, From a practical development point of view having growing IDs are very helpful. With many common database operations greatly simplifies things for the developers. (Most application with local storage or cache need one key less. Or complex queries need fewer values in a temporary table.) This

[twitter-dev] Re: statuses/friends Not Found Error

2010-03-26 Thread Cory
Same for both :/ ?xml version=1.0 encoding=UTF-8? hash errorNot found/error request/statuses/friends/coryimdieke.xml? oauth_consumer_key=amp;oauth_nonce=amp;oauth_signature_method=HMAC-

Re: [twitter-dev] Re: statuses/friends Not Found Error

2010-03-26 Thread Abraham Williams
You are missing the API version. http://api.twitter.com*/1/* statuses/friends/coryimdieke.xml Abraham On Fri, Mar 26, 2010 at 15:23, Cory cory.imdi...@gmail.com wrote: Same for both :/ ?xml version=1.0 encoding=UTF-8? hash errorNot found/error request/statuses/friends/coryimdieke.xml?

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

2010-03-26 Thread Mark McBride
You are probably getting limit messages when searching for those terms. The filter endpoints will return all tweets up to a predefined percentage of the total tweet stream. ---Mark http://twitter.com/mccv On Fri, Mar 26, 2010 at 3:49 PM, Lawrence lipeng...@gmail.com wrote: HI Everyone, I

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

2010-03-26 Thread isaiah
So will they be monotonically increasing? That seems to be the key question. If they're not necessarily monotonic with respect to their date, then it seems like it would be a pretty painful change. Isaiah To unsubscribe from this group, send email to

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

2010-03-26 Thread Lawrence
Hi Mark, Thank you for your reply, but could you explain more? For example, if I search a very hot key word (not a, or o ), and the tweet flow is 5000 tweets/min. Does this mean that I only be able to receive 2000tweets/min because the restriction? what about the other 3000 tweets? Will they be

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

2010-03-26 Thread Josh Bleecher Snyder
Hi Taylor (et al.), There are two reasons to think that, with the scheme you propose, tweet ids will not necessarily be monotonically increasing. Naveen hit the first: It seems if two messages are posted at very close to same time, they may not be sequential since the bottom bits will be

Re: [twitter-dev] Re: statuses/friends Not Found Error

2010-03-26 Thread Abraham Williams
Apparently not. It is however recommended to use https://api.twitter.com/1/for all calls except for the five oauth/* calls. Abraham On Fri, Mar 26, 2010 at 15:32, Cory cory.imdi...@gmail.com wrote: Huh, so you're right. All of my other calls work properly and they're all called using the same

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

2010-03-26 Thread dcreemer
Hi- Thanks for the heads-up. I have a couple of questions: Most importantly: when will this change happen? I understand that we should not depend on the format of the ID, but since we currently do, can we get more exact information on the new format? Is there going to be a very large

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

2010-03-26 Thread M. Edward (Ed) Borasky
On Mar 26, 4:01 pm, Josh Bleecher Snyder joshar...@gmail.com wrote: Having a universal counter is untenable, but having occasional, undiagnosable, unreproducible glitches also sucks. :) Thinking out loud, perhaps there is some middle ground -- a way to have generally monotonically increasing

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

2010-03-26 Thread Mark McBride
They will be discarded. It is very unlikely that any single track term will put you over the limit however. ---Mark http://twitter.com/mccv On Fri, Mar 26, 2010 at 4:17 PM, Lawrence lipeng...@gmail.com wrote: Hi Mark, Thank you for your reply, but could you explain more? For example, if

Re: [twitter-dev] Re: Search API from:username performance issues?

2010-03-26 Thread Chad Etzel
Hi Doug, I'm getting reports of this from:user delay happening again, so here are some relevant request/response headers and screengrabs of the results. There are some cases where it can be out of sync for up to 8-10 minutes. This is for the search query from:resourcefulmom Request Headers

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

2010-03-26 Thread Martin Dudek
Good morning hope all are well, Like TweeSpeed and also assumingly http://popacular.com/gigatweet/ I have to little apps deriving the volume of tweets on twitter from the ID http://twopular.com/labs/tweetMania http://twopular.com/labs/countingTweets With the announced change visualization

Re: [twitter-dev] Search by Client

2010-03-26 Thread Harshad RJ
On Sat, Mar 27, 2010 at 12:56 AM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: I posted some of the results from this to my blog. A few people have questioned the high position of UberTwitter, which is Blackberry-only. As has been noted on this list, when a person uses the built-in retweet,

Re: [twitter-dev] Re: Error 500 messages

2010-03-26 Thread Rajiv Verma™
The same happened with me too...I thought I messed up something somewhere.. Ne way, hope to see better Twitter API response in the future. On Sat, Mar 27, 2010 at 2:17 AM, Cory cory.imdi...@gmail.com wrote: I think that was it, it's been much better now. I was worried because I'm in the

Re: [twitter-dev] Search by Client

2010-03-26 Thread M. Edward (Ed) Borasky
On 03/26/2010 08:14 PM, Harshad RJ wrote: On Sat, Mar 27, 2010 at 12:56 AM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: I posted some of the results from this to my blog. A few people have questioned the high position of UberTwitter, which is Blackberry-only. As has been noted on this

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

2010-03-26 Thread Ivo
My Desktop Client is also depending on since_id right now in order to display the user all new tweets since he logged out. Also without since_id and max_id it's not really possible to implemente a more link at the bottom. Personally, for my needs it would be enough if since_id and max_id would be