Subject: | AnyEvent::Twitter::Stream needs to support 'locations' filter |
The Twitter Streaming API 'filter' stream supports three kinds of
filtering: keyword ('track'), user ('follow') or location ('locations').
See http://apiwiki.twitter.com/Streaming-API-Documentation#locations for
the details. Currently, AnyEvent::Twitter::Stream only supports
unfiltered 'sample' streams and filtered 'track' and 'follow' streams.
It needs to support 'locations' streams as well.