unable to upload image using twitter api
I am using twitter API provided by Net::Twitter(cpan link). I am able to post status but unable to upload image. Perl code: use strict; use warnings; use MIME::Base64; use Net::Twitter; use Scalar::Util 'blessed'; # When no authentication is required: #my…