FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour whatsapp.prg
Posts: 492
Joined: Wed Nov 16, 2005 12:03 PM
whatsapp.prg
Posted: Thu Sep 03, 2020 09:23 PM

Saludos
Compile este programa y me genera incidencia, posiblemente debo suministrar un numero de teléfono correcto.
alguien tiene esta aplicación en producción, mis clientes necesitan gestión de las comunicaciones de manera sistematizada.

Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: whatsapp.prg
Posted: Fri Sep 11, 2020 11:19 AM

+1

Saludos/Regards,

José Murugosa

"Los errores en programación, siempre están entre la silla, el teclado y la IA!!"
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: whatsapp.prg
Posted: Fri Sep 11, 2020 05:08 PM
https://wassenger.com/

Code (fw): Select all Collapse
curl --request POST \
  --url https://api.wassenger.com/v1/messages \
  --header 'token: <api key>' \
  --data '{"phone":"+1234567890","message":"Hello world! This is a test message"}'

Parece ser que esta es la única forma sencilla de usarlo usando CURL. Ejemplo: viewtopic.php?p=234766#p234766

Desde que facebook lo compró, todas las soluciones anteriores dejaron de funcionar.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: whatsapp.prg
Posted: Mon Sep 14, 2020 05:34 PM
ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 226
Joined: Sun May 13, 2012 07:52 AM
Re: whatsapp.prg
Posted: Wed May 12, 2021 12:09 PM

whatsapp web sem abrir o navegador com WSL

http://fivewin.com.br/index.php?/topic/ ... navegador/

FWH2008 | xHarbour | BCC74 | SQLRDD
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: whatsapp.prg
Posted: Thu Jul 15, 2021 12:08 PM

wassenger.com
Dear Antonio,
Do I understand this in the right manner.
You practically have to buy a service from wassengr.com that costs around 70 € / month to be able to use their API interface.
Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: whatsapp.prg
Posted: Thu Jul 15, 2021 04:10 PM
Dear Otto,

Since Facebook bought Whatsapp, its API is no longer available, as far as I know it.

You should consider using Telegram:
https://telegram.org/
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion