Questions tagged [whatsapp]

WhatsApp Messenger is a proprietary, cross-platform instant messaging application for smartphones. In addition to basic messaging and video calling, WhatsApp Messenger users can send each other images, video and audio media messages.

WhatsApp Messenger is a cross-platform mobile messenger supporting end-to-end encryption. It replaces SMS and works through the existing internet data plan of a device. Aside from supporting text messages, it also supports sharing (GIF) images, videos and audio messages.

WhatsApp is available for iPhone, Android and Windows Phone devices. It can additionally be accessed via the internet browser of desktops.

For more information, visit WhatsApp.com or read the Wikipedia entry on WhatsApp.

3065 questions
4
votes
2 answers

Not receiving some messages via WhatsApp Cloud API webhook

I'm trying to get WhatsApp's Cloud API working. I managed to set up Meta Business Account and configure a WhatsApp app. Then I configured a webhook and subscribed to messages event (see the following screenshot). I then managed to send a message…
Adam
  • 177
  • 1
  • 7
4
votes
1 answer

How to promote and demote users group with whatsapp-web.js

Most of the other commands I managed to run fine, but to promote users or downgrade I can't find it, if anyone knows tell me there
4
votes
3 answers

Message sent using WhatsApp but not delivered to recipients using WhatsApp business API

Hi I want to use WhatsApp business API in my web application. I have tested it in postman. Whenever run sample curl code when available in Facebook business page under WhatsApp tab, It run successfully with temporary access token and message…
4
votes
0 answers

How can i modify React JS state through chrome extension?

I'm building a Chrome extension for Whatsapp Web to add some features. One of these features includes modifying the contact's name in the chat list. The chat list is a virtualized list, so about 15 contacts are displayed at a time. I have added an…
4
votes
1 answer

Unable to get files from folder with .nomedia file or hidden folder in Android 11

I want to get all files from WhatsApp's .Statuses folder. Until Android 10 im perfectly getting all statuses files. But on Android 11 due to new restrictions, when I code like below: File(Environment.getExternalStorageDirectory().absolutePath +…
Ali Jzz
  • 51
  • 5
4
votes
1 answer

Whatsapp Business API Registration - Acquire certificate from whatsapp buiness manager

Installed whatasppp Business api followed the link https://developers.facebook.com/docs/whatsapp/installation Logged into https://localhost:9090/ For registration, it requires a phone number and a certificate. Setup the Whatsapp Business APP for…
Jeyan
  • 729
  • 1
  • 14
  • 27
4
votes
0 answers

Linking URL for whatsapp business when both whatsapp and whatsapp business applications are installed

I know that we can use following url to open whatsapp from my react native application whatsapp://send?text=MyTextMessage&phone=MyPhoneNumber Or we can use https://api.whatsapp.com/send/?phone=MyPhoneNumber&text=MyTextMessage This works fine when…
4
votes
0 answers

Send whatsapp messages from web page without opening whatsapp web

I want to send whatsapp message from a web page without opening the whatsapp web chat box. I know there are API's which are provided by twillio and chat-api for this functionality, but they have a pricing for that. I have seen many web applications…
sheetaldharerao
  • 482
  • 3
  • 11
4
votes
3 answers

What is the max char limit for the `text` parameter in Whatsapp send text URLs (mobile and web)?

How long can I make a whatsapp message when I'm sending it using the whatsapp://send?text= and https://api.whatsapp.com/send?text= URLs? I know that the general URL size limit is 2048 characters, but does it also apply in this case? Or is it…
rrussar
  • 61
  • 1
  • 4
4
votes
1 answer

How does WhatsApp bypass APNS restriction to display multiple push messages received while device was offline?

While working with APNS, I was able to have push notifications work flawlessly while device is online. For any APNS push I send while device is offline, only the last one is received once the device is back online. This seems to be coherent with…
4
votes
1 answer

Share whatsapp link with IP address

I'm not sure if this is offtopic here but I found other WhatsApp questions. If I share a link that contains an IP address like: http://123.456.789.456/mystuff WhatsApp make a link only for the numbers (like a phone numbers) ignoring all the…
Mark
  • 4,338
  • 7
  • 58
  • 120
4
votes
2 answers

Trying to make a whatsapp bot

I am trying to make a WhatsApp bot inspired by the functioning of Discord bots, the bot will work in WhatsApp groups. I have looked up the official WhatsApp Business API but I am not sure that they will not approve my number as it is just a hobby…
ROHAN SINGH
  • 41
  • 1
  • 2
4
votes
1 answer

How GBWhatsapp works

I came across an application named GBWhatsapp.It is developed by some unknown people and there are many sites from where you can download the apk. It's not officially on playstore for some reason. It was a big surprise to me to see that using this…
Abdul Mohsin
  • 1,253
  • 1
  • 13
  • 24
4
votes
2 answers

Integrating Whatsapp with Aws- for sending msgs about aws services

I'm looking for AWS integration with whatsapp. when any user start the aws services , that should be notify on whatsapp is there any youtube link, or reference available on the internet? thanks in advance
Shree Batale
  • 227
  • 8
  • 20
4
votes
2 answers

Send message to my Whatsapp from Java Client

I have a Java project and I would like to get notified of certain runtime events by receiving a message in my personal Whatsapp account. I was wondering if this is even possible and if so, how can I accomplish this? Is there an API or Java library…
João Matos
  • 6,102
  • 5
  • 41
  • 76