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

Where is the documentation for the latest version of yowsup?

Yowsup is a Whatsapp API. I have installed it on my computer but I cannot find the command to register my phone in it. I have tried Googling it but all the commands I found were for older versions of Yowsup which have been changed now. Any tutorial…
user5757613
1
vote
0 answers

There was an error with the AJAX request. XML/Json format is bad in whatsapp api

I tried using the whatsapp API https://github.com/mgp25/Chat-API/wiki/Dependencies I am using PHP 5.6.15 and I installed precompiled extension: PHP Protobuf and curve25519 PHP but it does not appear in phpinfo(). I installed ffmpeg from here…
1
vote
0 answers

Message with phone number and sms_body via whatsapp android

I have this code to send message via whatsapp Uri uri = Uri.parse("smsto:" + PhoneNumber); Intent sendIntent = new Intent(Intent.ACTION_SENDTO, uri); sendIntent.setPackage("com.whatsapp"); sendIntent.putExtra("sms_body", "Some…
1
vote
0 answers

How to make my application to open a conversation with a contact in whatsapp that is not in my contact list?

I am using this code: void openWhatsappContact(String number) { Uri uri = Uri.parse("smsto:" + number); Intent i = new Intent(Intent.ACTION_SENDTO, uri); i.setPackage("com.whatsapp"); startActivity(Intent.createChooser(i,…
Stark
  • 85
  • 1
  • 7
1
vote
0 answers

what will be the format of message to share on whatsapp , so user can select particular text

As I am sharing image and text on whatsapp but not able to select particular text.. is there any workaround so i can copy on particular text on whatsapp ..As whatsapp doesnt give this option to copy part of a conversation but may be is there any way…
Poonam Kukreti
  • 359
  • 5
  • 19
1
vote
0 answers

Whatsapp Api sent message not received

I am using mgp25/Chat-API to send and receive messages, before it was working fine but now for some days. The onGetMessage never gets called nor does the receiver get a blue tick. Here is my code : $username = "xxxxxxxxxxxxx"; $password =…
1
vote
1 answer

What style would I need for an AlertDialog to bold?

I have an AlertDialog with buttons which I'd like to set to bold. I find the default style to be very thin: but when I set the style as such: