Created
January 17, 2014 11:41
-
-
Save debojitkakoti/8472070 to your computer and use it in GitHub Desktop.
whatsapp:send message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$w = new WhatsProt($userPhone, $userIdentity, $userName, $debug); | |
$w->Connect(); | |
$w->LoginWithPassword($password); | |
$w->sendMessage($destinationPhone_new, $msgbody);//Send Message Here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment