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


Net-Twitter documentation  | view source Contained in the Net-Twitter distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Net::Twitter;

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




DESCRIPTION

Top

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

Top

AUTHOR

Top

Marc Mims <marc@questright.com>

LICENSE

Top

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

SEE ALSO

Top

Net::Twitter


Net-Twitter documentation  | view source Contained in the Net-Twitter distribution.