[twitter-dev] Net::Twitter::Lite get_authorization_url missing oauth_token ?

2010-10-21 Thread James McGill
hi, I'm trying to use Net::Twitter::Lite OAuth. [...] unless ( $nt->authorized ) { # The client is not yet authorized: Do it now print "Authorize this app at ", $nt->get_authorization_url, " and enter the PIN#\n"; [...] which produces: Authorize this app at http://twitter.com/oaut

[twitter-dev] Re: Net::Twitter::Lite get_authorization_url missing oauth_token ?

2010-10-22 Thread James McGill
> > I'm trying to use Net::Twitter::Lite OAuth. > > > > which produces: > > Authorize this app athttp://twitter.com/oauth/authorize?oauth_token= > > and enter the PIN# > > notice that the oauth_token in the url is empty!! > You should be able to run examples/oauth_desktop.pl (included in the > Net