Net-Twitter
Net-Twitter copied to clipboard
A Perl interface to the Twitter APIs
I have been assigned this module in the CPAN pull request challenge. Can I help with something?
Hi, I'm getting this error `Code:Modification of a read-only value attempted at Net/Twitter/Core.pm line 233.` when I use `decode_html_entities ` I've tried using it as: ``` Net::Twitter->new( traits => [qw/API::RESTv1_1...
According to the spec (https://dev.twitter.com/rest/reference/post/statuses/update), the `media_ids` parameter of the update() call should take a list of media ID strings as its value. In current Net::Twitter, if you wish only...
Some users have requested a RateLimit trait compatible with API v1.1.
use_ok does not accept a test name, but passes its extra arguments to the module's import method. Perl has always ignored these extraneous arguments, but future versions are intending to...