[twitter-dev] Re: location based search and user location field

2010-10-11 Thread bella
I'm also very interested if there is an update on this. For me, it doesn't matter whether there is a q parameter or not. If the geocode pararemter is used, only geotagged tweets are returned. http://search.twitter.com/search.json?geocode=-35.28204%2C149.12858%2C50.0km I get the same result when

Re: [twitter-dev] Re: location based search and user location field

2010-10-11 Thread Matt Harris
There is a ticket now tracking this issue in our public issue tracker and we'll post there when a fix is deployed. The URL for the ticket is: http://code.google.com/p/twitter-api/issues/detail?id=1930 Thanks for bearing with us whilst we track down what happened to the radius and get a fix

[twitter-dev] Re: location based search and user location field

2010-10-10 Thread Mack D. Male
Any update on this? It is still an issue. On Oct 7, 9:46 pm, Siim Saarlo siim.saa...@gmail.com wrote: Hi, Search API with location restriction (geocode parameter) used to search through tweets that were geotagged and also tweets that were tweeted by user who had set her location in profile

[twitter-dev] Re: Location information only delivered on geocoded searches?

2010-07-09 Thread James
Sure, I'll report the bug. I also know that location should secondary to geo, I just was trying to get any/all relevant geo. On Jul 8, 5:57 pm, Matt Harris thematthar...@twitter.com wrote: Hi James, I'm not sure why the location field is missing from those search results so I'll need to

[twitter-dev] Re: Location Data From Stream API

2010-03-05 Thread GeorgeMedia
Well I have Lon/lat data for all (not just major, all) US ans CA cities so converting the location name to Lon/lat data is somehing I can do in house. I can even do my own radius calculations no sweat. I just am having trouble determining how I go about filtering out the garbage in the location

Re: [twitter-dev] Re: Location Data From Stream API

2010-03-05 Thread M. Edward (Ed) Borasky
Quoting GeorgeMedia georgeme...@gmail.com: Well I have Lon/lat data for all (not just major, all) US ans CA cities so converting the location name to Lon/lat data is somehing I can do in house. I can even do my own radius calculations no sweat. I just am having trouble determining how I go

[twitter-dev] Re: Location Specific Public Timeline

2009-12-12 Thread M. Edward (Ed) Borasky
Why not do a location-based Twitter search and then analyze the returned tweets? Or am I missing something in what you're trying to do? On Dec 11, 5:16 am, ArtJulian art.jul...@gmail.com wrote: Hi, I'm trying to build an application around trending topics based on a specific location through

[twitter-dev] Re: Location Specific Public Timeline

2009-12-12 Thread enygmatic
@Ed I think that ought to work as well. I did try doing something like that, however I hit a dead end because I kept getting cached results on querying search. (see topic: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/7a022ad241e44ab3#) Has anyone else had any

[twitter-dev] Re: Location Specific Public Timeline

2009-12-11 Thread ArtJulian
Thanks for your reply, Raffi. So getting the public_timeline and filtering it out by location is the way to go right now? Or would you suggest looking into another (less computational) method? On Dec 11, 3:59 pm, Raffi Krikorian ra...@twitter.com wrote: not right now, unfortunately. On

[twitter-dev] Re: Location Specific Public Timeline

2009-12-11 Thread ArtJulian
Thanks for your reply Raffi! So getting the public_timeline and filtering it out by location is the way to go right now? Or would you suggest looking into another (less computational) method? On Dec 11, 3:59 pm, Raffi Krikorian ra...@twitter.com wrote: not right now, unfortunately. On

Re: [twitter-dev] Re: Location Specific Public Timeline

2009-12-11 Thread Raffi Krikorian
that's the only way to do it right now. we will have some features at a future date that should hopefully make this easier, but we don't have a date right now on when those will be available. On Fri, Dec 11, 2009 at 7:58 AM, ArtJulian art.jul...@gmail.com wrote: Thanks for your reply Raffi!

[twitter-dev] Re: location data for searched tweets

2009-06-18 Thread Abraham Williams
Do a lot of caching on your servers. Abraham On Thu, Jun 18, 2009 at 19:29, Germigi...@exbeerde.de wrote: Hi, is it  not possible to get the location data as a return value after a search request? For example, if I get the tweets for the query swine flue, it won´t be possible to get

[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: Location ...

2009-03-02 Thread TjL
On Mon, Mar 2, 2009 at 11:03 AM, Matt Sanford m...@twitter.com wrote: Hi there,     The API wiki (http://apiwiki.twitter.com/REST+API+Documentation) shows that the maximum size of 30 characters in the description of the update_profile method. There is currently a bug where it allows longer

[twitter-dev] Re: Location ...

2009-03-01 Thread TjL
On Sun, Mar 1, 2009 at 9:15 PM, Scott C. Lemon scottcle...@gmail.com wrote: What is the current maximum size of the location field?  I've looked around and have not yet found a doc that tells me what to expect. I want to ensure that I am caching the entire location string ... I'd like to