Revision history for Perl extension Net::Twitter::OAuth
0.06 Thu May 28 13:27:17 PDT 2009
- Updated eg/tweet-hello.pl to make sure Unicode chars work fine on UTF8 console.
0.05 Tue May 19 01:57:30 PDT 2009
- Fixed a documentation typo and code bugs around handling Cookies.
(Thanks to typester)
0.04 Tue May 19 01:25:43 PDT 2009
- Removed mentions to OAuth related shortcuts in the document in favor of using $client->oauth to
deal with those authentication parameters. The old code continues to work. See perldoc
Net::OAuth::Simple for details.
- Rewrote and added a complete example for desktop and web applications how to authorize users.
0.03 Fri May 15 14:32:38 PDT 2009
- Don't send 'source' param in update since Twitter takes OAuth client's setting for 'from'
http://apiwiki.twitter.com/FAQ#HowdoIget“fromMyApp”appendedtoupdatessentfrommyAPIapplication
0.02 Thu May 14 19:01:06 PDT 2009
- Added proper dependencies.
0.01 Thu May 14 17:37:57 2009
- original version