Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Please note this module does not work in the same way as it did 1.x for Drupal 5. Hence the change on the major version number. Please, see the project page and/or the shipped README.txt.
Changes since 2.0 (including the changes on 2.01-beta1)
New features:
* OAuth Test module is now available! Its might be used by developers who want to integrate OAuth on their modules.
* Anyone that is studying OAuth thru this module might help on building a online documentation on http://drupal.org/node/296205. Thanks
* The install functions now are present: install the DB tables and remove all traces of the module when uninstalling it
* README.txt now describes the basic features of this module and step-by-step list of HOWTO customize the module to your own needs
Improvements:
* Maintain the same arguments' order for both token request/access and normal web services calling.
* Put "oauth_" prefix on all arguments for tokenRequest and tokenAccess services for consistency
* Faster and more reliable access token creation
Bugs fixed:
* #335980 by vladimir.dolgopolov: Wrong redirect while token_auth on Service Provider
* #330916 by flevour and brmassa: Fatal error: Call to undefined function webservices_error() in modules/oauth/oauth.inc on line 518
* #331470 by flevour: Call to an inexistant function in webservices
* #331289 by flevour: Direct calls to webservices/oauth_* need to include webservices.inc
* #331287 by flevour and brmassa: Token access and token request called using Menu API was not using the function arguments correctly.