public function UtilGetRequestToken()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::UtilGetRequestToken();
     $this->methodClose();
     return $this->decodeString($results->request_token);
     // returns string
 }