Added the traits bit, now I get 'Could not authenticate you.'.   help?

On Sep 10, 4:19 pm, Marc Mims <marc.m...@gmail.com> wrote:
> * wkossen <w.kos...@gmail.com> [100910 06:45]:
>
>
>
> > my $client = Net::Twitter->new(
> >     consumer_key => $ckey,
> >     consumer_secret => $csec,
> >     access_token => $atok,
> >     access_secret => $asec,
> > );
>
> You need to include the OAuth trait:
>
>   my $client = Net::Twitter->new(
>       traits => ['OAuth', 'API::REST'],
>       consumer_key => $ckey,
>       consumer_secret => $csec,
>       access_token => $atok,
>       access_secret => $asec,
>   );
>
> For more information, 
> see:http://github.com/semifor/Net-Twitter/wiki/Net::Twitter-and-the-death...
>
>         -Marc

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to