Closed xvilo closed 2 years ago
@xvilo when you run whatsapp.php on your browser:
First you have to enter this password or the one you have set.
$config['webpassword'] = 'MakeUpPassword'; // in this case, the password is MakeUpPassword
If you did it right, then, did you config your account data here? line 67
'email' => 'testemail@gmail.com',
'emailPassword' => 'gmailpassword'
my code:
$config['webpassword'] = 'V********s';
$config['Twillio'] = array(
'id' => null,
'fromNumber' => '316******81',
'nick' => "Bottttt",
'waPassword' => "81*************SQo=",
'email' => 's***********r@gmail.com',
'emailPassword' => 'm*************n'
);
Try to verify if google didn't block you. For example if you have your server running in another country. Because they might think someone stole your account and run it from abroad. El 24/06/2014 20:57, "sem schilder" notifications@github.com escribió:
my code:
$config['webpassword'] = 'Vs'; $config['Twillio'] = array( 'id' => null, 'fromNumber' => '316**_81', 'nick' => "Bottttt", 'waPassword' => "81_**SQo=", 'email' => 's*****r@gmail.com', 'emailPassword' => 'm****n');
— Reply to this email directly or view it on GitHub https://github.com/venomous0x/WhatsAPI/issues/803#issuecomment-47015255.
@xvilo ill check it, if i find any problem, ill fix it
Hi, for some kind a reason i get a login error on connecting to Google.... i used the right email AND password (checkt them 10 times, re-entered them 10 times).... what is see is: Error: Login Failure....
is there any way to see a more detailled error?