Following is my code to CodeRequest.
$username = "91xxxxxxxxxx";
$identity = strtolower(urlencode(sha1($username, true)));
$w = new WhatsProt($username, $identity, "test", true);
$r = $w->codeRequest();
print_r($r);
It gives the response as
stdClass Object ( [status] => sent [length] => 6 [method] => sms [retry_after] => 1805 )
But I'm not receiving message. Any suggestions please.
My other questions.
- Is there any restriction to request code.(Every time I use new mobile number).?
- For example I request a code for mobile number
xxx
with user agentgalaxys3
shall i request another code with mobile numberyyy
using the same user agent?
I'm using WhatsAPI-Official