AnyEvent-Twitter-Stream

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - Added on_delete event (franck)

0.13  Thu Apr  1 14:00:35 PDT 2010
        - Fixed an error when HTTP connection is disconnected
          http://rt.cpan.org/Public/Bug/Display.html?id=55798

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)

README  view on Meta::CPAN

      filter

	With this method you can specify what you want to filter amongst
	track, follow and locations.

	See https://dev.twitter.com/docs/api/1.1/post/statuses/filter for
	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

=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.630 second using v1.01-cache-2.11-cpan-b61123c0432 )