Net::Twitter::Role::SimulateCursors.3pm

Langue: en

Version: 2010-06-19 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::Twitter::Role::SimulateCursors - Make paging work like cursoring

SYNOPSIS

   use Net::Twitter;
 
   my $nt = Net::Twitter->new(
       traits          => ['API::REST', 'SimulateCursors'],
   );
 
 

DESCRIPTION

This role simulates the cursoring method used by some Twitter API methods. It's useful for providing compatibility with Identi.ca, for instance, that does not support cursoring and requires paging, instead.

METHODS

AUTHOR

Marc Mims <marc@questright.com>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Net::Twitter