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