Only tweets from the place, or a place within the place.

David


On Thu, Jun 24, 2010 at 12:44 PM, ELB <ebrit...@gmail.com> wrote:
> Currently we call the exact same endpoint to get the Tweets from a
> given place, but we pass the latitude and longitude, rather than the
> Place ID.  The Latitude/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...@twitter.com> wrote:
>> Sure, do this:
>>
>> 1) Find the place ID of the Staples 
>> Center:http://api.twitter.com/1/geo/search.json?query=Staples%20Center&lat=3...
>> => The place ID is 7893eab4ca4c1efb (second result)
>>
>> 2) Get all tweets from that 
>> ID:http://search.twitter.com/search.json?q=place:7893eab4ca4c1efb
>>
>> If you only have 100 places, you could probably do 100 searches and
>> find the best result by hand when there are multiple results.
>>
>> David
>>
>>
>>
>> On Tue, Jun 22, 2010 at 9:35 AM, ELB <ebrit...@gmail.com> wrote:
>> > The "statuses/update" API  linked to (http://dev.twitter.com/doc/post/
>> > statuses/update 
>> > orhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0u...)
>> > is the method that is used for an authenticated Twitter user to add
>> > his/her own new Tweet.  (It's not a method of returning Tweets already
>> > created by other users.)
>>
>> > We don't want to create Tweets from a given place - instead we want to
>> > use the Twitter API to publish Tweets from a given place.
>>
>> > So, here is our page about the Staples Center in Los Angeles.
>> >http://sency.com/los-angeles/STAPLES-Center-4165
>>
>> > our goal is to publish the most recent Tweets, made from the Staples
>> > Center - on this page...
>>
>> > would this be possible based on the current Twitter API?- Hide quoted text 
>> > -
>>
>> - Show quoted text -
>

Reply via email to