oauth

oauth module destination variable stuff

  1. function oauth_auth_token() {
  2.   // Redirect to the right form, or present an error.
  3.   global $user;
  4.   if ($user->uid != 0) {
  5.     if (user_access("authorize external services")) {

Fix for oauth.module

  1.                     $services_oauth[$method_name]['permission'] = 0;      
  2.          }
  3.     }
  4.   $services_oauth_serialized = serialize($services_oauth);  

oauth.module

  1.                     $services_oauth[$method_name]['permission'] = 0;      
  2.          }
  3.     }
  4.   $services_oauth_serialized = serialize($services_oauth);  
Syndicate content