Net::Twitter::OAuth(3pm) - phpMan

Command: man perldoc info search(apropos)  


Net::Twitter::OAuth(3pm)       User Contributed Perl Documentation       Net::Twitter::OAuth(3pm)

NAME
       Net::Twitter::OAuth - Net::Twitter with 'Legacy' and 'OAuth' roles for backwards
       compatibility

VERSION
       version 4.01043

SYNOPSIS
         use Net::Twitter;

         my $nt = Net::Twitter::OAuth->new(consumer_key => $key, consumer_secret => $secret);

DESCRIPTION
       This module simply creates an instance of "Net::Twitter" with the "Legacy" and "OAuth"
       traits applied.  It is provided as a transparent backwards compatibility layer for earlier
       versions of Net::Twitter::OAuth which subclassed Net::Twitter.

       See Net::Twitter and Net::Twitter::Role::OAuth for full documentation.

DEPRECATION NOTICE
       This module is deprecated.  Use Net::Twitter instead.

           use Net::Twitter;

           # Just the REST API; exceptions thrown on error
           $nt = Net::Twitter->new(traits => [qw/API::RESTv1_1 OAuth/]);

           # Just the REST API; errors wrapped - use $nt->get_error
           $nt = Net::Twitter->new(traits => [qw/API::RESTv1_1 WrapError/]);

           # Or, for code that uses legacy Net::Twitter idioms
           $nt = Net::Twitter->new(traits => [qw/Legacy OAuth/]);

METHODS
       new Creates a "Net::Twitter" object with the "Legacy" and "OAuth" traits.  See "new" in
           Net::Twitter for "new" options.

SEE ALSO
       Net::Twitter, Net::Twitter::Role::OAuth

AUTHORS
       Marc Mims <marc AT questright.com> Tatsuhiko Miyagawa <miyagawa AT bulknews.net>

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

perl v5.26.1                                2018-01-18                   Net::Twitter::OAuth(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-01-15 06:09 @3.16.50.1 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!