? .oauth.inc.swp
? .oauth.module.swp
? oauth.dependencies.patch
? webservice.include.missing.patch
Index: oauth.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/oauth/Attic/oauth.inc,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 oauth.inc
--- oauth.inc	6 Nov 2008 02:10:47 -0000	1.1.2.4
+++ oauth.inc	6 Nov 2008 22:56:02 -0000
@@ -499,6 +499,7 @@
  *   String. The consumer secret, something like the consumer password.
  */
 function _oauth_token_request($timestamp, $nonce, $consumer_key, $consumer_secret) {
+  module_load_include('inc', 'webservices');
   $server = _oauth_server_init();
 
   $arguments = array(
