Questions tagged [whatsapi]

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger. DO NOT USE this tag for general programming related to WhatsApp, use [whatsapp] instead.

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger.

Links:

187 questions
0
votes
1 answer

Whatsapp.php shows JSON/XML error

I am using whatsapi from github and the examples/whatsapp.php. I have configured my number, password etc properly... however, when i execute the program, after logging in, when i try to select user which is supposed to get my contacts and groups,…
user3526204
  • 509
  • 5
  • 22
0
votes
2 answers

How send text message with link in WhatsApp using what's API chat

I am using WhatsApp chat in PHP to send messages. From my PHP script everything work fine, but the URL inside the text message doesn't render as a clickable link. It is shown as plain text instead. $Msg= "hello !. \N http://example.com "; What am…
Mona alawfi
  • 97
  • 2
  • 11
0
votes
0 answers

Sending Image from c# whatsapp api

I'am trying to send image from whatsapp api c# application there is the code : byte[] buffer = File.ReadAllBytes(op.FileName); wa.SendMessageImage(user.GetFullJid() + "@s.whatsapp.net", buffer, ApiBase.ImageType.GIF); MessageBox.Show("ok"); it…
0
votes
2 answers

Send Auto messages from whatsapp

I have More than 1000 Numbers in a data base.i need to send happy birthday message to the number if the user is using whatsapp. Is this possible?i don't mind if i need to be pay or what..is it possible?
0
votes
0 answers

Receive Whatsapp Message using WhastApp API 1.2.2 (Nuget) in C#

I use visual studio 2012 and I use whatsap api in my project (downloaded from Nuget), I already develop some code to send whatsapp message to another number, but I want to know how can i receive message from other numbers? which event should i use?…
Abdulaziz
  • 71
  • 2
  • 9
0
votes
1 answer

Integration of node-whatsapi in meteor

I want to be able to nose whatsapi in meteor. I am using latest stable meteor node-whatsapi arunoda´s meteorhacks:npm and can get the past the basics: On meteor server startup, I have: whatsapi = Meteor.npmRequire('whatsapi'); wa =…
Oren Pinsky
  • 419
  • 3
  • 19
-1
votes
2 answers

whatsapp api send custom message

This is my code for send Personal or custom messages from WhatsApp API ================================== $token='654464645321813vbnj3hj5g3jg1j5g3j131j3ghj1'; $telefono = '44596565965'; $url =…
Jean
  • 13
  • 3
-1
votes
3 answers

Validate X-Hub-Signature-256 meta / whatsapp webhook request

I can't manage to validate the X-Hub-Signature-256 for my meta / whatsapp webhook in flask successfully. Can anyone tell me where the error is or provide me with a working example? import base64 import hashlib import hmac import os from dotenv…
Gurkenkönig
  • 678
  • 15
  • 36
-1
votes
1 answer

How to send a message in whatsApp by clicking on thebutton

I have a website made at https://www.wix.com and I need a js code to send message in whatsApp. There should be 'input' and 'submit button' and when user types his number in input and clicks submit button it should send the message to his whatsApp…
-1
votes
1 answer

Any API or something which allows to post received whatsApp message in website

Is there any way I can post my received whatsApp messages to my website. Basically I am creating a buy and sell site which allows buyer and seller to post ads from their whatsapp application too. The process is a user will send us a message on our…
-1
votes
1 answer

PHP WhatsApp Client - Unable to get messages

I am having issue to send messages via WhatsApp PHP Client. Details given below: Error Due to length it's given here: http://pastie.org/10794465 ``` Debug…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
-1
votes
1 answer

WhatsAPI how to manually send my lastseen to the whatsapp server

WhatsAPI how to manually send my lastseen to the whatsapp server may be to a previous date? I'm Using whats app api from https://github.com/shirioko/WhatsAPINet
Ivan Lewis
  • 740
  • 1
  • 9
  • 19
-2
votes
2 answers

How to change display name in WhatsApp Business Manager

I have my WhatsApp business cloud API configured and working, and we want to change the display name of our WhatsApp account, we requested new display name and got it approved but it didn't change the name you can see it below How do I change my…
Sandeep Gupta
  • 25
  • 1
  • 6
-2
votes
1 answer

How to create whatsup group in java using whatsApp API or by other way?

I want to create WhatsApp group using java . Does WhatsApp provide any API for this . How should we need to achieve this in java.
Ganesh Nav
  • 19
  • 1
  • 4
-2
votes
2 answers

whatsapp chat API not working

I trying to make whatsapp message automatic with some data which i want from my server for that i am using whtsapi to implement the chat system with whatsapp. While I am trying to use the registration Example of chatAPI it is giving this…
Suyash Kumar
  • 1
  • 1
  • 2
1 2 3
12
13