[twitter-dev] Re: Streaming API test: Adding new_id field to statuses at 17:00 UTC Sept 29

2010-10-04 Thread Walter Santos
Hi, John Does Twitter still plan to implement backfill support in streaming API? In an older post from Mark McBride (April, 2010), he said: To alleviate some of the concerns raised in this thread we thought it would be useful to give more details about how we plan to generate IDs ... ... 4) We

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread Walter
Great work! Are there plans to include these features in streaming API? Thanks! On 26 maio, 19:22, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, We released some new features today that I'll summarize briefly here. *Entities* Raffi's already introduced the concept

[twitter-dev] Re: Finding tweets from Zipcode

2009-11-12 Thread Walter Smulders
You can by getting the latitude and longitude for the zipcode and then use search with those coordinates in specified radius. You can also do it trough the streaming api with tweets containing geo location information. On Nov 12, 8:07 am, dhaval dhaval.parik...@gmail.com wrote: Hey all Is

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

2009-11-12 Thread Walter Smulders
and filter for those that are retweets. -John Kaluckihttp://twitter.com/jkalucki Services, Twitter Inc. On Nov 11, 8:58 am, Yaniv Golan stu...@yanivgolan.com wrote: oh... that's cool :) Thanks i really got wםrried for a sec On Nov 11, 5:08 pm, Walter Smulders walter.smuld

[twitter-dev] Proposed changes to the local trends api

2009-11-10 Thread Walter Smulders
Hi fellow developers! When I saw the local trends api preview that was released yesterday I felt it wasn't really in line with the old trends api and inconsistent. So I made this drawing with my vision on the trends api, I hope you can all figure this out. If not just reply here and i'll try to

[twitter-dev] Re: expanded geocoding APIs

2009-11-02 Thread Walter Smulders
You could look at the Streaming API, more specifically: http://stream.twitter.com/1/statuses/sample.json. I don't know if this is a full stream of new public tweets or not (could someone specify this for me too please?), but it looks like a nice start... On Nov 2, 10:37 am, Kal