Net::Twitter::Role::SimulateCursors - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME VERSION SYNOPSIS DESCRIPTION METHODS AUTHOR LICENSE SEE ALSO
NAME
    Net::Twitter::Role::SimulateCursors - Make paging work like cursoring

VERSION
    version 4.01043

SYNOPSIS
      use Net::Twitter;

      my $nt = Net::Twitter->new(
          traits          => ['API::RESTv1_1', '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 AT 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


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 07:43 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top