Skip to content

Instantly share code, notes, and snippets.

@zdk
Created December 28, 2010 05:23
Show Gist options
  • Save zdk/756924 to your computer and use it in GitHub Desktop.
Save zdk/756924 to your computer and use it in GitHub Desktop.
Web::Controller::Login->oauth "Parameter oauth_callback_confirmed not valid for a message of type Net::OAuth::RequestTokenResponse at ./perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/Catalyst/Authentication/Credential/OAuth.pm line 113"
Stack Trace
60 Controller/Login.pm
57: sub oauth : Local {
58: my ($self, $c) = @_;
59:
60: if( $c->authenticate( { provider => 'twitter.com' } ) ) {
61: #do something with $c->user
62: }
63: }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment