私はWhatsApp Chat-APIを使用しています。 登録手続きのために、私は Documentationで提供されているドキュメントに従っています。WhatsAppチャットAPI登録プロセスエラー
ので、登録プロセスのために、私はここまで今すぐ下記のコード
$username = "mynumber";
$debug = true;
$r = new Registration($username, $debug);
$r->codeRequest('sms');
を使用し、私は検証のためにMSGを取得するが、問題は、私は下記のようなコードの次の行があると、コードが電話で受信し使用する方法であります
$code = '123456';// this is hard coded in documentation how i can use my verification code which i received on my phone
$r->codeRegister($code);
ですから、上記のコードを使用してログインパスワードを取得する方法を確認したら、