Re: [twitter-dev] Re: Twitter Places Follow Up

2010-06-24 Thread David Helder
/Longitude method forces a 1 km radius around the endpoint. So, when we get the tweets via the Place ID method at the same endpoint - will it only show tweets from the actual place or will it show us Tweets from the place and the surroinding 1km radius? On Jun 23, 11:59 am, David Helder da

Re: [twitter-dev] Twitter Places Follow Up

2010-06-23 Thread David Helder
Sure, do this: 1) Find the place ID of the Staples Center: http://api.twitter.com/1/geo/search.json?query=Staples%20Centerlat=34.04lon=-118.27granularity=poi = The place ID is 7893eab4ca4c1efb (second result) 2) Get all tweets from that ID:

Re: [twitter-dev] Twitter Places

2010-06-21 Thread David Helder
Sure, you can use the search method to find the place ID: http://dev.twitter.com/doc/get/geo/search Then set the place_id argument to /statuses/update to tweet from that place: http://dev.twitter.com/doc/post/statuses/update David On Sun, Jun 20, 2010 at 9:01 PM, ELB ebrit...@gmail.com wrote:

Re: [twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-21 Thread David Helder
The geo field is the user's (or tweet's) exact location. The place field, whether a POI, neighborhood, city, or admin, contains the place's location. Today POIs are always points, but in the future there may be some polygons (e.g. stadiums, malls, amusement parks). In this case the exact

Re: [twitter-dev] Granularity for geo/search is strange/unknown

2010-06-16 Thread David Helder
That query will search for java java places of type neighborhood or higher granularity (including city, admin, and country). If you want POI (or higher), set granularity to poi. We do return results that are far away. This may be controllable in the future. The autocomplete parameter is flag

Re: [twitter-dev] Geotagging Bug: Anything North of London, UK is mapped to Alaska, USA :-)

2010-03-30 Thread David Helder
We're working on this. David Twitter Geo Developer On Tue, Mar 30, 2010 at 10:42 AM, janole s...@mobileways.de wrote: I've been getting some bug reports of users of my Twitter client Gravity since yesterday evening. The mapping of places for coordinates North of London seems to be buggy.

Re: [twitter-dev] Geotagging Bug: Anything North of London, UK is mapped to Alaska, USA :-)

2010-03-30 Thread David Helder
This should work now. Let us know if you see any further problems. David On Tue, Mar 30, 2010 at 12:32 PM, David Helder da...@twitter.com wrote: We're working on this. David Twitter Geo Developer On Tue, Mar 30, 2010 at 10:42 AM, janole s...@mobileways.de wrote: I've been getting