oauth 0.99.7

oauth consumer extension


OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.

Requirements: ext/hash (now a part of PHP core)

License: BSD

Changes

- Throw an exception if a caller attempts to use something other than HTTP POST with an auth type set to FORM
- Fixed getRequestToken and getAccessToken which used GET exclusively
- Do not use pear package version number (bug #16404)
- Some examples may not work properly while OAuth Service Providers address http://oauth.net/advisories/2009-1