Downloads

Download tar.gz 25.39 KB
MD5: ee42f13fa32829021b9147cacf12b14d
SHA-1: 16cc37aa0ae885b708826e55b68feb8e879c7f50
SHA-256: d962469cdf73f0dba572e7823226d354b9d8bedd9edd929a8c2e10c5b0dd020f
Download zip 30.17 KB
MD5: a8361381435b8ff69e258383668aa62c
SHA-1: cfe8d38007bb796d00c34755a36896d0b9c77008
SHA-256: 6ca5d8cb92782509bfa3f80a88d2dfdf4c74763ecc1b593d30f73bb15c5a2ca2

Release notes

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.
* 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: 19 Nov 2008 at 16:25 UTC
Last updated: 19 Nov 2008 at 16:25 UTC
New features
Bug fixes
Unsupported

Other releases