Skip Menu |

This queue is for tickets about the Net-OAuth-Simple CPAN distribution.

Report information
The Basics
Id: 56787
Status: resolved
Priority: 0/
Queue: Net-OAuth-Simple

People
Owner: Nobody in particular
Requestors: bildja2 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug in docs
Date: Wed, 21 Apr 2010 19:03:26 +0300
To: bug-Net-OAuth-Simple [...] rt.cpan.org
From: Дима Бильдин <bildja2 [...] gmail.com>
Hello, today i were using Net-OAuth-Simple-1.4. There is a line in GOOGLE'S SCOPE PARAMETER section, which i were interested in: $app->redirect( $oauth->get_authorization_url(oauth_callback => " http://you.example.com/oauth/callback") ); Due to this line i should pass *oauth_callback* parameter to this method, but it raises: You must pass a callback parameter when using OAuth v1.0a at /usr/lib/perl5/site_perl/5.8.8/Net/OAuth/Simple.pm line 590. So i should pass 'callback' instead of 'oauth_callback' and it works fine, but it differs to docs.. -- Bildin Dmitry
Released 1.5 which should fix this. Thanks! Simon