[twitter-dev] Does twitter stream API support proxy server?

2011-02-18 Thread Zhe Chen
Does twitter stream API support proxy server? If so, what kind of proxy server it supports? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues

[twitter-dev] URL of twitter stream

2011-02-15 Thread Zhe Chen
The network I am working on has a proxy server. What url and port should I open to receive results from twitter stream API? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code

[twitter-dev] Twitter Stream API connection timed out error

2011-02-15 Thread Zhe Chen
I will get an error says connection timed out after running my program for many hours. What should I do to avoid this? my $listener = AnyEvent::Twitter::Stream->new( consumer_key=> $consumer_key, consumer_secret => $consumer_secret, token => $token, token_secret=

[twitter-dev] Stream API Firehose method

2011-02-01 Thread Zhe Chen
How can I be able to use 'firehose' method? If it is not free, how can I pay to use it? Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/iss

[twitter-dev] Re: Chinese Character

2011-01-31 Thread Zhe Chen
s is because we currently tokenize (split) Tweets around spaces and then > match the filter keywords you pass to those words. > > I hope that answers your question, > @themattharris > Developer Advocate, Twitterhttp://twitter.com/themattharris > > On Thu, Jan 27, 2011 at 12:21 PM

[twitter-dev] Re: Stream API with firehorse method

2011-01-27 Thread Zhe Chen
I think that is what I need. How much will it cost to use "firehose"? Thanks On Jan 25, 1:13 pm, Tom van der Woerdt wrote: > On 1/25/11 9:08 PM,ZheChenwrote: > > > Hi, > > > On your website, you said "the Firehose is not a generally available > > resource." > > > Does that mean I cannot use it i

[twitter-dev] Re: Chinese Character

2011-01-27 Thread Zhe Chen
Are you using search API or stream API? On their stream API document says "Non-space separated languages, such as CJK and Arabic, are currently unsupported as tokenization occurs on whitespace." What does this mean? Thanks On Jan 27, 1:26 am, Reivax wrote: > Hi Zhe Chen > >

[twitter-dev] Twitter Search API geocode parameter

2011-01-26 Thread Zhe Chen
Twitter Search API geocode parameter. I need to specify a center with latitude and longitude and a radius. Is there a limitation of the radius? Can I create a circle cover the whole earth? I want to get tweets that have location information. Is there a way to do it directly using twitter API? -

[twitter-dev] Chinese Character

2011-01-26 Thread Zhe Chen
Does twitter stream API support Chinese character? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group

Re: [twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread zhe chen
7 days (past). > > On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen wrote: > >> I want to store all up to date tweets in my database and use another >> application to search it. >> >> The user of the application may use any search key. In this case, what >> kind of meth

[twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread Zhe Chen
7 days (past). > > > > > > > > > > On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen wrote: > > I want to store all up to date tweets in my database and use another > > application to search it. > > > The user of the application may use any search key. I

[twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread Zhe Chen
7 days (past). > > > > > > > > > > On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen wrote: > > I want to store all up to date tweets in my database and use another > > application to search it. > > > The user of the application may use any search key. In this case, what &

[twitter-dev] Re: Stream API with firehorse method

2011-01-25 Thread Zhe Chen
I want to store all up to date tweets in my database and use another application to search it. The user of the application may use any search key. In this case, what kind of method should I use? Thanks On Jan 25, 1:13 pm, Tom van der Woerdt wrote: > On 1/25/11 9:08 PM, Zhe Chen wrote: >

[twitter-dev] Stream API with firehorse method

2011-01-25 Thread Zhe Chen
Hi, On your website, you said "the Firehose is not a generally available resource." Does that mean I cannot use it in my application? What should I do if I want to use it. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitte

[twitter-dev] Re: tweet location information

2011-01-24 Thread Zhe Chen
Streaming API it's possible to identify the location of a > tweets, the location of a user and/or search for multiple tags at same time, > since the default binary operator between the tags is OR. > > Cheers. > > > > On Tue, Jan 18, 2011 at 3:19 PM, Zhe Chen wrote:

[twitter-dev] tweet location information

2011-01-18 Thread Zhe Chen
HI, On this page, http://www.nytimes.com/interactive/2009/02/02/sports/20090202_superbowl_twitter.html?scp=1&sq=twitter%20baseball%20map&st=cse Do you know what kind of information are they using to locate the tweets? To be specific, there are many tags about location information. Thanks -- Tw

[twitter-dev] Re: Twitter Stream API rate limit issue

2011-01-04 Thread Zhe Chen
I am thing about let every user create an Oauth account, it should solve the problem. On 1月4日, 上午11时17分, Zhe Chen wrote: > Hi, > > The stream API doc shows every account can only establish one > connection. > > Currently I am implementing an web application, which has a "s

[twitter-dev] Twitter Stream API rate limit issue

2011-01-04 Thread Zhe Chen
Hi, The stream API doc shows every account can only establish one connection. Currently I am implementing an web application, which has a "search" button. When a user click "search", it should take some key words from textbox and search it through twitter stream api. I create a connection when a

[twitter-dev] Cell phone tower information

2010-12-20 Thread Zhe Chen
Hi, Dose the tweet have cell phone tower information in it when someone post it with a cell phone? Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twi