= Livedoor::API::Auth -- Livedoor Authentication API

== SYNOPSIS

require 'rubygems'
require 'livedoorauth'
auth = Livedoor::API::Auth.new(:app_key => YOUR_API_KEY, :secret => YOUR_SECRET_KEY)

# login_uri generate
auth.uri_to_login

# login check
user = auth.validate_response(uri.query)

# get livedoor id
id = auth.get_livedoor_id(user)


== NOTES
see test/test_auth.rb

== Installation

# gem install livedoorauth

== License

MIT

== Author

[email protected]