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

Whats app bulk messages sender

I want to make windows based Whats App bulk messages sender application. I tried WhatsApi (http://github.com/perezdidac/WhatsAPINet/) to do that, but I found too many limitations and problems. I want to ask that, I there another way to send bulk…
suraj mahajan
  • 832
  • 1
  • 12
  • 21
1
vote
1 answer

Share via whatsapp

I want to send a text message via whatsapp from my app. I do not know who the recepient is when i send the request to share via whatsapp i am directed to the contacts page. How do I know which contact was chosen ? This is the code I am using to…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
1
vote
2 answers

How can share image from url to whatsapp in android?

String url = "http://www.wikihow.com/images/d/d0/Get-the-URL-for-Pictures-Step-1-Version-2.jpg"; Intent share = new Intent(Intent.ACTION_SEND); share.setType("image/*"); …
Nitin Karale
  • 789
  • 3
  • 12
  • 34
1
vote
1 answer

Yowsup connection to whatsapp raise Disconnected because close exception

I have installed the yowsub library (the latest version ) on my device ( Ubuntu 12.04 ) also I have obtained the request code by running this command $ ./yowsup-cli --requestcode sms --config yowsup-cli.config and then I registered it successfully…
1
vote
1 answer

When we send any videos or music in whatsapp how it is resuming when it is interrupted by any circumstances?

When we send any media in whatsapp to our friends how it is resuming upload when we are interrupted by any call or some internet problem ? The retry button will resume the upload
Santhosh
  • 49
  • 5
1
vote
0 answers

Sending vCard to a Whatsapp user throught the WhatsAPI

I am trying to send a vCard using the WhatsAPI, here's my code: include "/var/www/whatsapp/whatsapi/whatsprot.class.php"; require "/var/www/whatsapp/whatsapi/vCard.php"; $w = new WhatsProt($sender, null, $nickname,…
dinbrca
  • 1,101
  • 1
  • 14
  • 30
1
vote
1 answer

Share a whatsapp contact over HTML

I would like to create an HTML link so that anyone could easily find me on whatsapp. There is URL Schema that whatsapp provides but there is no way I found on the documentation to share a contact. The only functionality the schema handles is that of…
jay.end
  • 69
  • 1
  • 10
1
vote
0 answers

Whats App Api in .net Cant send Images

I am not getting how to send image to any number using WhatsApiNet I tried writing like D:/img.jpg in COnsole window but its sending the path as a text This Error I am getting while using this code case "/image": byte[] imgData =…
Kirtesh
  • 29
  • 1
  • 10
1
vote
1 answer

what is the possible reason of IOS8 whatsapp would crash if db contain duo-letters “ff”, “fi” or “tt”

Just curious, why storing "ff","fi","tt" these duo letters would cause the crash on whatsapp?? anyone could give a possible reason? more details here WhatsApp Crashing fix method
Siu Chung Chan
  • 1,686
  • 1
  • 14
  • 31
1
vote
1 answer

sending bulk Whatsapp messages Android

I am working on an android application and i want to integrate whats-app or viper messaging in order to be able to send the same messages to all my contacts... i have searched too much and i knew that there is no official API and there are some…
Ahmed Ghazy
  • 79
  • 4
  • 8
1
vote
1 answer

whatapps open window

I need to know if you can open a contact from whatapps with "abid=+2827272727" command. NSURL *whatsappURL = [NSURL URLWithString:@"whatsapp://send?abid=+2827272727&text=Hola!"]; if ([[UIApplication sharedApplication] canOpenURL:whatsappURL]) { …
1
vote
1 answer

How to open chat page of WhatsApp using my own android application?

I want to send message to multiple people using my android application ,but for that I required to open Broadcast list option on chat page.so how to open chat page using android application?
1
vote
0 answers

how to get back from whatsapp to my app in iOS7

I have heard about URL-schemes but I cannot return back to my app after Whatsapp opens. I referred this link http://www.whatsapp.com/faq/en/iphone/23559013 Here is code snippet which I copied into my app: NSString * msg = @"YOUR MSG"; NSString *…
Parthi
  • 51
  • 8
1
vote
1 answer

How to Send message to a WhatsApp group without opening WhatsApp?

Is it possible to send message using the WhatsApp server to a WhatsApp group, inside my own application and without opening the WhatsApp app? Also please help me regarding the history of WhatsApp contact chat.
Abid
  • 126
  • 2
  • 11
1
vote
1 answer

Whatsapp database decryption on Android

I'd like to write an Android Application which automatically decrypts my Whatsapp Database, so I followed this tutorial and translated it into Java. But then I noticed that there is no openssl binary on Android so I asked google how to decrypt aes…
Citron
  • 21
  • 1
  • 6
1 2 3
99
100