X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FFBConnect.pm;h=33b0c078c78f4107791349dc283e49d75ba10d00;hb=c9db14509611420472a92d1278d06ebd5fa85543;hp=779c486f4a4882e9891ff52c1252fc90a0181776;hpb=6d16c3eddeb8a46a5ccd24fe8693a47c28c2acd3;p=catagits%2FCatalyst-Authentication-Credential-FBConnect.git diff --git a/lib/Catalyst/Authentication/Credential/FBConnect.pm b/lib/Catalyst/Authentication/Credential/FBConnect.pm index 779c486..33b0c07 100644 --- a/lib/Catalyst/Authentication/Credential/FBConnect.pm +++ b/lib/Catalyst/Authentication/Credential/FBConnect.pm @@ -36,7 +36,7 @@ sub new { api_key => $self->key, secret => $self->secret ) ); - + return $self; } @@ -55,10 +55,10 @@ sub authenticate { session_uid => $self->fbconnect->session_uid, session_key => $self->fbconnect->session_key, session_expires => $self->fbconnect->session_expires - }; + }; my $user_obj = $realm->find_user( $user, $c ); - + return $user_obj if ref $user_obj; $c->log->debug( 'Verified FBConnect itentity failed' ) if $self->debug; @@ -145,7 +145,7 @@ Bogdan Lucaciu Ebogdan@sinapticode.comE =head1 COPYRIGHT -Copyright (c) 2009 Sinapticode. All rights reserved +Copyright (c) 2009 Sinapticode. All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.