DOKK / manpages / debian 10 / libnet-twitter-perl / Net::Twitter::Role::SimulateCursors.3pm.en
Net::Twitter::Role::SimulateCursors(3pm) User Contributed Perl Documentation Net::Twitter::Role::SimulateCursors(3pm)

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

version 4.01043

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

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.

Marc Mims <marc@questright.com>

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

Net::Twitter

2018-01-18 perl v5.26.1