e out!
On Sep 30, 4:04 pm, Marc Mims wrote:
> * wkossen [100930 01:25]:
>
>
>
> > my $client = Net::Twitter->new(
> > traits => ['OAuth', 'API::REST'],
> > consumer_key => $ckey,
> > consumer_secret => $csec,
> &g
>{id}\n";
-end---
still get 'Could not authenticate you.'
I don't get it. The keys are good as far as I can see. (i don't make
typo's with copy paste...) Interestingly, it doesn't print the last
line either...
what am I doing wrong?
On Sep 23, 8:1
Added the traits bit, now I get 'Could not authenticate you.'. help?
On Sep 10, 4:19 pm, Marc Mims wrote:
> * wkossen [100910 06:45]:
>
>
>
> > my $client = Net::Twitter->new(
> > consumer_key => $ckey,
> > consumer_secret => $csec,
>
What am I doing wrong here?
trying to tweet an url and a text to an account...
#!/usr/bin/perl
use Net::Twitter;
# necessary strings are available in environment...
$iurl = $ENV{iurl};
$itxt = $ENV{itxt};
$ckey = $ENV{ckey};
$csec = $ENV{csec};
$atok = $ENV{atok};
$asec = $ENV{asec};
# this us