Revision history for Perl extension Google::OAuth.
0.01 Sat Apr 20 19:34:24 EDT 2013
- original version; created by h2xs 1.23 with options
-An Google::OAuth
0.02 Tue Apr 23 08:54:45 EDT 2013
- changes to t/Google-OAuth.t
0.03 Fri May 17 15:28:40 EDT 2013
- typos, etc, in the documentation
- use JSON::from_json instead of JSON::Parse
- CGI::Simple fails in mod_perl
- Added scopes{drive}
- Added optional argument to Google::OAuth::Request methods
- Added Google::OAuth::Headers for customized headers
0.04 Mon May 20 14:50:18 EDT 2013
- Added provisions for Facebook OAuth to Install.pm
- Added classID() method returns constant integer
- Added grant_type() method returns constant string
- scope() return always includes 'calendar.readonly' value
- Some method calls are now explicitly called using a package
- Added sample Facebook::OAuth