TRUE, 'oauth_token' => TRUE, 'oauth_signature_method' => TRUE, 'oauth_signature' => TRUE, 'oauth_timestamp' => TRUE, 'oauth_nonce' => TRUE, 'oauth_verifier' => TRUE, 'oauth_version' => TRUE, ); public function execute(array $options = NULL) { return OAuth_Response::factory(parent::execute($options)); } } // End OAuth_Request_Access