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
9
votes
2 answers

Whatsapp like profile picture animation

I wanted to have picture animation just like whatsapp does on friend's profile picture. Can anyone tell me how to achieve this ? Edited I my case, the imagview is on top and below it, there is listview. when i scroll down the listview, the imageview…
Bunny
  • 576
  • 4
  • 19
9
votes
1 answer

How to get the contacts from a group of Whatsapp in android?

I would like to know if it is possible to take information somehow. I want to know if I can get the contacts from one group (I would just want the name and the number).
mxmolins
  • 289
  • 2
  • 4
  • 10
8
votes
1 answer

Whatsapp Desktop give error Phone Number shared via url is invalid

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 invalid" This is only happening on the desktop app, using the…
8
votes
7 answers

Send Images using Whatsapp Cloud Api

I am trying to send images with Whatsapp Cloud API. Using PHP, I am able to send normal text messages successfully. When going through the docs, what does 'MEDIA_OBJECT_ID' mean ? An example would be great. curl -X POST \ …
Yoosu
  • 101
  • 2
  • 4
8
votes
8 answers

"pywhatskit" on python not sending message

Using the module pywhatkit you can send messages on WhatsApp, I used the script: import pywhatkit as w w.sendwhatmsg("xxxxxxxx", " this is a generated msg",9,26) x is the number The problem is, all it does is load the message in WhatsApp's…
TryCode_ItsCool
  • 93
  • 1
  • 2
  • 6
8
votes
1 answer

How to share image to whatsapp from flutter application?

I have to send an image from my flutter application to whatsapp directly. After launching the whatsapp, I want to select the contacts to share the image. How this possible in flutter? I tried using url_launcher, but it is launching the specified…
proversion
  • 573
  • 3
  • 12
  • 24
8
votes
1 answer

Whatsapp Api - How to automatically send pre-filled message which is in the url

To create your own link with a pre-filled message that will automatically appear in the text field of a chat, use https://wa.me/whatsappphonenumber/?text=urlencodedtext where whatsappphonenumber is a full phone number in international format and…
mand1
  • 81
  • 1
  • 1
  • 4
8
votes
3 answers

Open Whatsapp message box on button click on a web page

I have added some logos at the end of my website. I want to open respective apps based on the logos when clicked by users. This menu is shown when the user accesses the site via mobile How can I open whatsapp message for a particular number when…
Danyal Sandeelo
  • 12,196
  • 10
  • 47
  • 78
8
votes
1 answer

React Native Linking.canOpenURL() with WhatsApp call

I'm trying to create a link to start a conversation on whatsapp from my react native app, but the method Linking.canOpenURL() is allways retuning false... My code is the following: const url =…
8
votes
1 answer

Store data into google drive's backup tab instead of drive folders

I need to implement same thing like whatsapp storing all chat history to google drive on clicking on backup button in app. And same restore it in new device as required. I have look for below references for implementing this, but some how I was not…
8
votes
1 answer

VOIP Call Recording

I am working on a project to record VOIP calls in android, I didn't found any solution for that, there are lot of apps which support VOIP recordings on phones. I am unable to find any tutorial and help. Cube Call Recorder is one of the app which is…
Naveed Ahmad
  • 6,627
  • 2
  • 58
  • 83
8
votes
2 answers

Xamarin Android: How to Share PDF File From Assets Folder? Via WhatsApp I get message that the file you picked was not a document

I use Xamarin Android. I have a PDF File stored in Assets folder from Xamarin Android. I want to share this file in WhatsApp, but I receive the message: The file you picked was not a document. I tried two ways: This is the first way var…
JotaPardo
  • 817
  • 9
  • 27
8
votes
1 answer

WhatsApp video as Gif sharing on Android programatically

How can i convert a mp4 video file to a WhatsApp gif file (it's simple showed as gif inside app UI but internally is a specific mp4 format) to be use in android share intent, being recognized as this type of media by whatsapp chat app??? I search a…
Razec Luar
  • 289
  • 4
  • 18
8
votes
0 answers

Share Multiple images + Text in Whatsapp in Android

I want to share multiple images with a single text on Whatsapp. I am using this code Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND_MULTIPLE); intent.putExtra(Intent.EXTRA_TEXT, "Text caption message!!"); …
8
votes
2 answers

Android - WhatsApp Group ID / Open group chat

after long Googleing which didn't brought the result I hoped it would, I have two questions about accessing WhatsApp from another Android app. First of all I want to explain my current development status: Wrote an app with which you can share some…
HSV_DO
  • 99
  • 1
  • 1
  • 9