我想使用whatsapi发送消息,这是我的尝试stringnickname="Test";stringsender="xxxxxxxxxxxxxx";//MyPhoneNumbertryedwith049xxxxxxxxxxxx,0049xxxxxxxxxxxxxx,49xxxxxxxxxxxxxxx,xxxxxxxxxxxxxxstringimei="xxxxxxxxxxxxxxxxxxxxxxxxx";//MyIMEIWhatsAppme=newWhatsApp(sender,imei,nickname,true);me.Connect();Console.WriteLine(me
好的,我正在开发一个应用程序,试图通过WhatsApp向用户联系人发送邀请,因此场景如下。用户将打开邀请屏幕。打开的屏幕显示他的联系人每个联系人都标记他是否是whatsapp用户(是否适用)当用户从他的联系人中选择X向他们发送邀请时客户端将联系人详细信息发送到服务器服务器将向这些联系人发送一条whatsapp消息(是否适用)注意:关于密码,我的理解是每个用户的密码都不同,所以我怎样才能为每个使用我的应用程序的用户获取whatsapp密码。谢谢 最佳答案 首先,我认为获取每个用户的WhatsApp密码是不可行的。因为在使用您的应用程序
我这里有个问题。这是我的示例代码:https://api.whatsapp.com/send?phone=[国际博士号码]&text=GoodMorning!复制以下代码插入任意浏览器,将[InternationalPh.Number]改为任意国际电话号码。这里的问题是在api.whatsapp.com中显示时,它们很好,但是当传递到https://web.whatsapp.com/时我所有的大写字母都变成了小写字母!我什至尝试了%之类的url编码仍然对我不起作用。 最佳答案 它已由WhatsApp内部修复,更新将很快推出(参见线程
我这里有个问题。这是我的示例代码:https://api.whatsapp.com/send?phone=[国际博士号码]&text=GoodMorning!复制以下代码插入任意浏览器,将[InternationalPh.Number]改为任意国际电话号码。这里的问题是在api.whatsapp.com中显示时,它们很好,但是当传递到https://web.whatsapp.com/时我所有的大写字母都变成了小写字母!我什至尝试了%之类的url编码仍然对我不起作用。 最佳答案 它已由WhatsApp内部修复,更新将很快推出(参见线程
我正在尝试使用WhatsApi官方库通过WhatsApp从php文件发送消息。我已经在我的ApacheWeb服务器中将库移动到文件夹调用测试中,如下所示:whatsapp.php文件就是这个:connect();$w->loginWithPassword($password);$target='1xxxxxxxxx';//TargetPhone,recieverphone$message='Thisismymessagge';$w->SendPresenceSubscription($target);//Letusfirstsendpresencetouser$w->sendMessa
我正在尝试使用WhatsApi官方库通过WhatsApp从php文件发送消息。我已经在我的ApacheWeb服务器中将库移动到文件夹调用测试中,如下所示:whatsapp.php文件就是这个:connect();$w->loginWithPassword($password);$target='1xxxxxxxxx';//TargetPhone,recieverphone$message='Thisismymessagge';$w->SendPresenceSubscription($target);//Letusfirstsendpresencetouser$w->sendMessa