Changes for version 1.25 - 2010-02-19
- added obtain_access_token, and obtain_reuqest_token methods to Consumer class because get_access_token is not flexible. of cource, you can continue to use get_access_token for backward compatibility if you don't need to handle extensions, such like session-extension or xAuth.
- and added example/twitter_xauth.pl
Modules
OAuth framework
default agent class
auth method constants.
consumer agent
constants for OAuth Problem Reporting Extension
response class
simple echo server example
mod_perl2 OAuth server
server side utility
signature method base class
HMAC_SHA1 signature method class;
PLAINTEXT signature method class;
RSA_SHA1 signature method class;
token class
utility for OAuth