-
Hi,
I have a problem when, after start listening:
...
listener=WhatsappListenerClient(True, True)
listener.login(login, pass_encoded)
...
I send a message:
...
wa_mess = WhatsappEchoClient(phone, m…
-
It seems like number registration is not working , I tried both sms and voice methods , this is the usual response of message sent , wait some secs etc,
But i dont get any voice or sms with the code.…
-
Hi! i was trying to get the last seen time.
$msgid = time()."-1";
function onGetRequestLastSeen($msgid, $time){
...
}
$w->eventManager()->bind('onGetRequestLastSeen', 'onGetRequestLastSeen');
$w->se…
mgp25 updated
10 years ago
-
hello all
How to get message delivery status after sending.
i have saved message id returned by the server.
-
Hi! I have one question
I tried to send the message it's taking too much time around 16sec. & similarly for the receive message also it's taking time.
Internet connection is fine then why it's takin…
-
When I use event onGetMessage this returns 6 vars ($mynumber, $from, $id, $type, $time, $name, $body)
Only if i are in a group the $from always return the group ID , example (99999999999-8888888888@g…
-
i followed the sample code registerFuncational.php and managed to send msg to the destination number. However, when try to reply that msg(regardless the reply content), the destination number will got…
-
Hi,
I tried to get message with this code
``` php
$identity = strtolower(urlencode(sha1($username, true)));
$w = new WhatsProt($username, $identity, $nickname, false);
$w->Connect();
$w->LoginWithPa…
-
Hi,
I am tryting to get the status of a person - but sendGetStatus() does not work for me.
The onGetStatus callback function returns the status for every number - and even in the debug logs is only t…
-
Hi, im testing with exampleFunctional.php
PHP Version => 5.3.15
If i run the script on web server i get this error:
Parse error: syntax error, unexpected T_STATIC in …/src/php/whatsprot.class.php on…
mgp25 updated
11 years ago