OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.
Examples included which communicate with major providers like Twitter, Netflix, Google, Yahoo!, WePay, and others.
What's New in This Release: [ read full changelog ]
· Added php streams support (libcurl is no longer required).
· Added OAuthProvider support (http://php.net/oauthprovider).
· Added RSA-SHA1 signature support.
· Added SHA256 signature support.
· Added OAuth::setTimeout, OAuth::generateSignature, OAuth::setRequestEngine.
· Send the User-Agent header for pecl/oauth.
· Lots of other improvements.