Keith Grennan has released a new version of the Net::OAuth module for Perl.
Changes include:
- Added a factory class to simplify object creation
- Added several more types of OAuth message:
- UserAuthRequest
- UserAuthResponse
- AccessTokenResponse
- RequestTokenResponse
- Added documentation
- Added several serialization/deserialization methods (I.e. convert a Net::OAuth message object to/from an URL, a POST body, an Authorization header, a hash of parameters).
- Added a demo Consumer web application which queries the Google Contacts API.