whatsapp Questions

2

I wanted to build a web-based system using which you will come to know whether the mobile number is registered with WhatsApp or not? It's just to check whether the number entered in textbox have Wh...
Ruyle asked 29/11, 2018 at 10:12

1

Is there a way to programmatically determine the number of participants in a WhatsApp group ? (like API's, web scraping or something ?) I want to make few WhatsApp groups(eg: group 1, group 2), and...
Spitzer asked 2/8, 2020 at 15:13

5

I know about send message to any number using WhatsApp official API using https://api.whatsapp.com/send?phone= But is there any way to send message to WhatsApp Group is user is joined that grou...
Fortify asked 5/5, 2018 at 13:7

2

Solved

Is anyone aware about api that can be used to send WhatsApp message using node. Api like whatsmate have stopped their premium services and only provide trial account.
Rachmaninoff asked 1/8, 2016 at 11:24

2

Using Whatsapp 'Click To Chat' I'm able to send a message to a number, as expected. But, I want to send some emojis in the prefilled message. It works well when I use a browser, but it doesn't work...
Messieurs asked 5/10, 2020 at 20:20

4

I tried many approaches online explaining the issue, but didn't find the one could fit with my need. I want to make a share to whatsapp link on my website for each product, including product name...
Moises asked 15/2, 2018 at 7:24

8

I'm new in using WhatsApp cloud API, I've set up one webhook with my WhatsApp cloud API.but the problem is that after some time it sends an inbound notification of an old message again to my webhoo...
Fulgurate asked 7/7, 2022 at 7:58

4

Please guide me how to access whatsapp status folder in android 11? I have seen status saver apps in play store that doesn't ask for any special permission but are still able to show statuses? Tell...
Revers asked 31/5, 2021 at 5:37

1

Dual Messenger is a feature on Samsung Android phones [Screenshot from Samsung A70 (Android 9] For example I can launch the first copy of WhatsApp using intent by calling package name "com.whatsa...
Announcer asked 12/4, 2020 at 18:39

6

Solved

I have two videos (.mp4) files. One uploads to whatsapp and another does not. Using ffmpeg I checked their properties: a) Properties of video which uploads: Duration: 00:00:56.45, start: 0.1480...
Twotone asked 6/10, 2016 at 5:2

6

I have to use whatsapp's click to chat feature for automating the process of sending messages to unsaved numbers. I am currently using selenium to automate the process. I am able to send text messa...
Naked asked 20/8, 2018 at 14:58

5

Solved

In my current project I need to share text on whatsapp from iOS app. Here is my code to share text on whatsapp: NSURL *whatsappURL = [NSURL URLWithString:@"whatsapp://send?text=Hello%2C%20World!"...
Tintype asked 17/12, 2015 at 8:12

13

Solved

I am developing an android app and I need to send a message to specific contact from WhatsApp. I tried this code: Uri mUri = Uri.parse("smsto:+999999999"); Intent mIntent = new Intent(Intent.ACTIO...
Cardialgia asked 31/3, 2016 at 22:25

2

Solved

I find a lot of questions on StackOverflow showing how to open whatsapp in a given contact, but what I need is to launch it main screen (contact list). I am on a fragment and I have tried the follo...

2

I'm trying to add WhatsApp Cloud API to our CRM but can't get it to work properly. Testing with sending a message I get the following error: Array ( [error] => Array ( [message] => (#100) Th...
Polynomial asked 2/9, 2022 at 20:57

4

Solved

I'm using the UIDocumentInteractionController method to share images from my app to WhatsApp (explained in How send image to WhatsApp from my application?, WhatsApp image sharing iOS). I'm also aw...
Hautesavoie asked 6/4, 2014 at 13:35

2

Solved

I'm developing a hybrid app for android. I've added the following code: <a href="whatsapp://send data-text=mytext">Send message to WhatsApp</a> <a href="whatsapp://send?text=He...
Fractostratus asked 4/2, 2018 at 16:43

3

After restoring my whatsapp backup I encountered the problem, that the image creation date is set to the current date. This resulted in a mess in the android library.
Historiographer asked 17/9, 2019 at 15:52

2

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 followi...
Bayless asked 10/7, 2022 at 18:27

0

My application needs to be able to send a WhatsApp message with a predefined template using the following link (in my code it obviously contains a real phone number instead of the placeholder): htt...
Hallowell asked 12/1, 2023 at 10:57

6

I have been working on WhatsApp sharing message using: whatsapp-button.js $_u.="Product Name:".$_productName."\n"; $_u.="Sku:".$_productSku."\n"; <a href="whatsapp://send" data-text="<?ph...
Aldora asked 5/1, 2015 at 13:26

1

I have been using Whatsapp API URL https://api.whatsapp.com/send?phone=XXXXXXXXXXXX to send messages to customers, just today it started to give an error "Phone Number shared via url is invali...
Fabulist asked 22/11, 2022 at 2:44

8

Is it possible to create link to chat for whatsapp on desktop and specify number which doesn't exist in contact list? <a href="whatsapp://send?phone=phoneNumber=">whatsapp</a> This...
Gradient asked 3/10, 2017 at 18:0

1

I am using Selenium.webdriver to send message on whatsapp using URL "url = 'https://web.whatsapp//send?phone='+lead+'&text=' + message" but its showing error after yesterday(16/11/2...
Seftton asked 17/11, 2022 at 8:53

2

The access token provided by Whatsapp cloud API expires in 24 hours. Is there a way to get a permanent access token? There is an official link for getting a permanent token on the whatsapp website ...
Ginn asked 20/6, 2022 at 10:2

© 2022 - 2025 — McMap. All rights reserved.