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:
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 or 
 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update)
 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?



[twitter-dev] Twitter Places Follow Up

2010-06-22 Thread ELB
The statuses/update API  linked to (http://dev.twitter.com/doc/post/
statuses/update or 
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update)
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?