Sending WhatsApp msgs
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Sending WhatsApp msgs
Tested and properly working on Windows, Mac and Linux
Re: Sending WhatsApp msgs
Antonio, can you test and tell if this still work?
Email: SamirSSabreu@gmail.com
MSN: SamirAbreu@hotmail.com
Skype: SamirAbreu
xHarbour 1.1.0 + FwXh 8.02
xHarbour 1.2.1 + Fwhh 10.6
MSN: SamirAbreu@hotmail.com
Skype: SamirAbreu
xHarbour 1.1.0 + FwXh 8.02
xHarbour 1.2.1 + Fwhh 10.6
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Sending WhatsApp msgs
Antonio,
can publish the recent version here ... it can be compile with xharbour or only with harbour ?
it is compatible with Whatspp Portable application .. ? I have it for windows on a key usb...
can publish the recent version here ... it can be compile with xharbour or only with harbour ?
it is compatible with Whatspp Portable application .. ? I have it for windows on a key usb...
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: Sending WhatsApp msgs
I would also like to know if this class still running...
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Sending WhatsApp msgs
WhatsApp changed its protocol so surely it is not working any more.
Re: Sending WhatsApp msgs
Can you update to the new protocol?Antonio Linares wrote:WhatsApp changed its protocol so surely it is not working any more.
Email: SamirSSabreu@gmail.com
MSN: SamirAbreu@hotmail.com
Skype: SamirAbreu
xHarbour 1.1.0 + FwXh 8.02
xHarbour 1.2.1 + Fwhh 10.6
MSN: SamirAbreu@hotmail.com
Skype: SamirAbreu
xHarbour 1.1.0 + FwXh 8.02
xHarbour 1.2.1 + Fwhh 10.6
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Sending WhatsApp msgs
Samir,
I don't know which one is the the current protocol, or how they have changed it
I don't know which one is the the current protocol, or how they have changed it
Re: Sending WhatsApp msgs
It's possible to use WhatsApp or Telegram Messenger to send SMS using FWH?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Sending WhatsApp msgs
George,
The code that I developed for whatsapp is no longer working as they changed the used protocol.
I don't know if Telegram provides an API that we could use.
The code that I developed for whatsapp is no longer working as they changed the used protocol.
I don't know if Telegram provides an API that we could use.
Re: Sending WhatsApp msgs
Antonio,
Telegram APIs is available, free of charge, for developers:
https://core.telegram.org/api
Perhaps we can use it with FWH.
Regards,
George
Telegram APIs is available, free of charge, for developers:
https://core.telegram.org/api
Perhaps we can use it with FWH.
Regards,
George
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Sending WhatsApp msgs
George,
Thanks,
It looks quite complex. If we could find a simple example in C or C++...
Thanks,
It looks quite complex. If we could find a simple example in C or C++...
-
- Posts: 69
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: Sending WhatsApp msgs
C# library to talk to Telegrams Bot API
https://github.com/reo7sp/tgbot-cpp
https://github.com/MrRoundRobin/telegram.bot
C++ library for Telegram bot API.
https://github.com/reo7sp/tgbot-cpp
Regards
Yunus
https://github.com/reo7sp/tgbot-cpp
https://github.com/MrRoundRobin/telegram.bot
C++ library for Telegram bot API.
https://github.com/reo7sp/tgbot-cpp
Regards
Yunus
Dagia Yunus.
Rajkot, India
FWH 17.04
Rajkot, India
FWH 17.04
Re: Sending WhatsApp msgs
dagiayunus,
¿ Has pensado en contratar los servicios de Fivetech Software para que te ayude a integrar esos fuentes en tu aplicación ?
Saludos
¿ Has pensado en contratar los servicios de Fivetech Software para que te ayude a integrar esos fuentes en tu aplicación ?
Saludos
-
- Posts: 69
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: Sending WhatsApp msgs
As Mr. Antonio had asked for c library in 2015. so I have just shared the link here.
Translate from English :
El Sr. Antonio había pedido para la biblioteca C en el año 2015 por lo que sólo he compartido el enlace aquí.
Translate from English :
El Sr. Antonio había pedido para la biblioteca C en el año 2015 por lo que sólo he compartido el enlace aquí.
Dagia Yunus.
Rajkot, India
FWH 17.04
Rajkot, India
FWH 17.04
Re: Sending WhatsApp msgs
Ah ! I'm sorry, my mistake.