WebService::Livedoor::Auth - [One line description of module's purpose here]


WebService-Livedoor-Auth documentation  | view source Contained in the WebService-Livedoor-Auth distribution.

Index


NAME

Top

WebService::Livedoor::Auth - [One line description of module's purpose here]

SYNOPSIS

Top

    use WebService::Livedoor::Auth;

    my $auth = WebService::Livedoor::Auth->new({
        app_key => '...',
        secret => '...',
    });
    my $uri = $auth->uri_to_login({userdata => '...'});




    use CGI;
    use WebService::Livedoor::Auth;

    my $q = CGI->new;
    my $auth = WebService::Livedoor::Auth->new({
        app_key => '...',
        secret => '...',
    });
    my $user = $auth->validate_response($q);
    if($user) {
        my $livedoor_id = $auth->get_livedoor_id($user);
    }







DESCRIPTION

Top

AUTHOR

Top

Tomohiro IKEBE <ikebe@shebang.jp>

LICENCE AND COPYRIGHT

Top


WebService-Livedoor-Auth documentation  | view source Contained in the WebService-Livedoor-Auth distribution.