Downloads

Download tar.gz 25.39 KB
MD5: 479f475c69c43299b000bb02b065ec46
SHA-1: b6de4aa0c01306a9eded504e41192628296d665f
SHA-256: 2554124eb5ef93632a34cbc13eca49e0f01dcd0cef1a5292aa05502f4d1b3956
Download zip 30.17 KB
MD5: 8c59589fb54ebb14643fbe423210a50d
SHA-1: 185a0a23f2b6312379d15c66813e209694cacf8d
SHA-256: 1fd0be2f989c10ba58df7c463ebd8d3a567d93573716c5d70d28aefdf7c68fdb

Release notes

It is a pre-release version. Its intention is to let users test it before the final release is officially created and its not for production sites.

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:
* #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.
* Write the changed token type on the right DB table
* Skip correctly all services with access denied
* Include missing arguments on both token request and token access calls

Created by: brmassa
Created on: 12 Nov 2008 at 08:03 UTC
Last updated: 12 Nov 2008 at 08:03 UTC
New features
Bug fixes
Unsupported

Other releases