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%20Center&lat=34.04&lon=-118.27&granularity=poi => The place ID is 7893eab4ca4c1efb (second result) 2) Get all tweets from that ID: http://search.twitter.com/search.json?q=place:7893ea

[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 a

Re: [twitter-dev] Twitter Places

2010-06-21 Thread Taylor Singletary
Thanks Damon, looks like the memcache got screwy. I'll get it back up! Taylor On Mon, Jun 21, 2010 at 3:32 PM, Damon Clinkscales wrote: > David, > > Thanks. That first page (the 'geo search') is blank. > > /damon > > On Mon, Jun 21, 2010 at 5:19 PM, David Helder wrote: > > Sure, you can use th

Re: [twitter-dev] Twitter Places

2010-06-21 Thread Damon Clinkscales
David, Thanks. That first page (the 'geo search') is blank. /damon On Mon, Jun 21, 2010 at 5:19 PM, David Helder wrote: > 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 th

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 wrote: > Hello, > > I read

[twitter-dev] Twitter Places

2010-06-20 Thread ELB
Hello, I read on the Twitter blog that: (http://blog.twitter.com/2010/06/ twitter-places-more-context-for-your.html) "We are releasing API functionality that lets developers integrate Twitter Places into their applications.“ I wanted to check in to see where we could learn about what functionali

Re: [twitter-dev] Twitter places documentation / bug??

2010-06-20 Thread M. Edward (Ed) Borasky
Quoting Alex Korotkov : how can I easilly convert date format (in status -> created_at) to standard -mm-dd H:i:s ??? Depends on what language you're using. Perl has dozens of date munging libraries, and Ruby, Python, PHP and JavaScript undoubtedly have at least one each. I started w

Re: [twitter-dev] Twitter places documentation / bug??

2010-06-20 Thread Alex Korotkov
how can I easilly convert date format (in status -> created_at) to standard -mm-dd H:i:s ???

[twitter-dev] Twitter places documentation / bug??

2010-06-19 Thread M. Edward (Ed) Borasky
I'm testing the "Twitter Places and How To Use Them" (http://help.twitter.com/entries/194473-twitter-places-and-how-to-use-them)and I don't think everything is working. I've tried this with Firefox 3.6.4 beta and Chrome 6.0.437.3 dev on Linux, and with "mobile.twitter.com" on Android. The