AnyEvent-Twitter-Stream
view release on metacpan or search on metacpan
5657585960616263646566676869707172737475
- Added on_delete event (franck)
0.13 Thu Apr 1 14:00:35 PDT 2010
- Fixed an error
when
HTTP connection is disconnected
0.12 Tue Mar 23 12:55:01 PDT 2010
- Support new
'locations'
parameter
for
'filter'
method (requested by M. Edward (Ed) Borasky)
- Support multiple post parameters
for
'filter'
.
... I thought this
has
been there
for
a
while
but it wasn't.
- Support partner-only endpoints: links and retweet
0.11 Mon Mar 1 17:12:37 PST 2010
- Added
'no_decode_json'
option that passes the undecoded raw JSON to the callback
0.10 Sat Feb 6 17:55:28 PST 2010
- Fixed a possible memory leak (hidekiy)
0.09 Mon Dec 7 16:45:06 PST 2009
- Added on_keepalive and timeout options (Marc Mims)
888990919293949596979899100101102103104105106107108
filter
With this method you can specify what you want to filter amongst
track, follow and locations.
the details of the parameters.
api_url
Pass this to
override
the
default
URL
for
the API endpoint.
request_method
Pass this to
override
the
default
HTTP request method.
timeout
Set the timeout value.
on_connect
lib/AnyEvent/Twitter/Stream.pm view on Meta::CPAN
341342343344345346347348349350351352353354355356357358359360361=item B<filter>
With this method you can specify what you want to filter amongst B<track>, B<follow> and B<locations>.
See L<https://dev.twitter.com/docs/api/1.1/post/statuses/filter> for the details of the parameters.
=back
=item B<api_url>
Pass this to override the default URL for the API endpoint.
=item B<request_method>
Pass this to override the default HTTP request method.
=item B<timeout>
Set the timeout value.
=item B<on_connect>
( run in 0.569 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )