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
1 answer

Unable to create WhatsApp account from Facebook Business Manager

i want to integrate Whatsapp Business API from facebook business manager. As per the steps to create WhatsApp account, given in blog (https://www.facebook.com/business/help/2087193751603668?id=2129163877102343) Steps done by me : First i was…
Harsh Patel
  • 51
  • 1
  • 6
4
votes
1 answer

Can't save the session of Whatsapp web with Selenium c#

I want to save session of whatsapp web so I do not have to scan qr-code every time I open whatsapp web. I use: options.AddArgument("--user-data-dir=" + FolderPathToStoreSession) but the qr-code appear again. Here is the method to open whatsapp web…
Fath Bakri
  • 161
  • 1
  • 12
4
votes
1 answer

Reply to specific whatsapp message on whatsapp api

I am tryin to send a reply to a specific whatsapp message, which is done by sliding the message to the right. But on my received POST (send through Twilio), I don't find anything that can denote the referenced message. How can I do this please? Here…
Javelin
  • 61
  • 4
4
votes
0 answers

Link to Start WhatsApp Video Chat

Like https://api.whatsapp.com/send?phone={phone_no} to send messages. Is there any link to start video chat to a phone number using Whatsapp api?
humbleiam
  • 969
  • 2
  • 12
  • 34
4
votes
4 answers

How to line break in WhatsApp with Selenium when sending a message?

Message sending function: template = { 'other': 'Text.' 'More Text.' 'Much more text.' } def send_message(driver, answer): driver.find_element_by_xpath('XPATH').click() action =…
kshnkvn
  • 876
  • 2
  • 18
  • 31
4
votes
2 answers

Whatsapp Business Api calls for testing the enivronment

I am setting up whatsapp business api developer setup following this link https://developers.facebook.com/docs/whatsapp/installation/dev-single-instance I have done everything as mentioned. Using the latest version of Whatsapp api i.e. v2.23.4 The…
Farrukh Ahmed Khan
  • 301
  • 1
  • 3
  • 19
4
votes
2 answers

Receive whatsapp voice message in Twilio

I want to receive voice messages from whatsapp with Twilio. The native voice message you can record with the mic next to the text input. When I send that message, I get the message in the webhook but it is empty and with no media. I took a look at…
4
votes
1 answer

Share Image and text together on WhatsApp in swift

I share image and text using UIActivitycontroller it works fine for all application installed in device but in WhatsApp, it only share text not image. Why? So, what i have to do share image and text together in WhatsApp in iOS.
4
votes
0 answers

Whatsapp is cutting audio file when sharing it in android

I'm facing a problem when sharing an audio file which it's format is not mp3. the file is shared but with a shorter length for example if the file is 10 seconds it only shared 5 seconds. if I used mp3 format it's shared completely, but other formats…
4
votes
1 answer

Using WhatsApp API to find out if a number has an account

I'm trying to use the WhatsApp API, especially "POST /v1/contacts" at this url "https://developers.facebook.com/docs/whatsapp/api/contacts/". But actually I don't know which url to use, I tried "https://api.whatsapp.com/v1/contacts" but I got a 404…
Ugo Lfe
  • 717
  • 2
  • 9
  • 27
4
votes
0 answers

How to make sticker pack for Whatsapp in Xamarin Forms using c#

is it possible to create a sticker pack for Whatsapp in Xamarin Forms? I tried looking the api provided from whatsapp, but it's only written in swift or obj-c
4
votes
1 answer

Problem installing pycrypto on windows 10

I want to use https://github.com/sigalor/whatsapp-web-reveng/ repo. During the setup, it requires pycrypto package, but I am facing error. I have tried many ways from stackoverflow and github issues. System OS - Windwows 10 Python -…
Rakesh Mishra
  • 358
  • 5
  • 17
4
votes
1 answer

Share image with caption on whatsapp in ios 11

I have tried about share image/text on WhatsApp. so i am able to share image or text on WhatsApp successfully, but now i want to share the image with a caption on WhatsUpApplication, so I am unable to do this in swift4 so now i am searching for know…
4
votes
0 answers

Selenium and WhatsApp for sending a message to specific phone number

I have automated the whatsapp web with the selenium. It is able to send messages to the list of phone numbers... No matter even if the phone number is saved in phone contacts or not How Can i avoid re-loading of the same URL again and again for…
sandhya sasane
  • 1,334
  • 12
  • 19
4
votes
1 answer

How does bookmyshow decrypts Whatsapp api to send text?

I am curious to know how Bookmyshow and Redbus decrypts Whatsapp API to send text message via whatsapp ? Does Whatsapp published their API publically or their technical team decrypt their API ?
ghmulchandani
  • 304
  • 3
  • 19