Yahoo::BBAuth

Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication.
Download

Yahoo::BBAuth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jiro Nishiguchi
  • Publisher web site:
  • http://search.cpan.org/~jiro/Catalyst-Plugin-Authentication-Credential-BBAuth-0.03/lib/Catalyst/Plugin/Authentication/Credential/BBAuth.pm

Yahoo::BBAuth Tags


Yahoo::BBAuth Description

Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication. Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication.SYNOPSIS my $bbauth = Yahoo::BBAuth->new( appid => $appid, secret => $secret, ); # Create an authentication link printf 'Click here to authorize', $bbauth->auth_url; # After the user authenticates successfully, Yahoo returns the user to the page you # dictated when you signed up. To verify whether authentication succeeded, you need to # validate the signature: if ($bbauth->validate_sig()) { print 'Authentication Successful'; } else { print 'Authentication Failed. Error is: '.$bbauth->sig_validation_error; } my $url = 'http://photos.yahooapis.com/V1.0/listAlbums'; my $xml = $bbauth->auth_ws_get_call($url); unless ($xml) { print 'WS call setup Failed. Error is: '. $bbauth->access_credentials_error; } else { print 'Look at response for other errors or success: '.$xml; }This module priovides you an Object Oriented interface for Yahoo! Browser-Based Authentication.This module is ported from official PHP class library(http://developer.yahoo.com/auth/quickstart/bbauth_quickstart.zip). Requirements: · Perl


Yahoo::BBAuth Related Software