Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone,

I need to know the correct whatsapp api code for sending whatsapp messages using C# codeings.

I have tried the following,

WhatsAppApi.WhatsApp wa = new WhatsAppApi.WhatsApp("91xxxxxx", "xxxxx", "nith",true);
C#
wa.Connect();
//wa.Login(null);
wa.SendMessage("91xxxxxxx", "dfgjhdfjkghdf gfdkg dfjkg");

wa.Disconnect();


which parameter should I pass as second term whether its a imei number or any other thing?

Waiting for quick help.
Posted
Updated 12-Oct-17 21:19pm
Comments
ZurdoDev 17-Mar-15 10:08am    
What does the documentation say?
[no name] 17-Mar-15 10:58am    
are you sure WhatApp has an API? Send us a link to it's documentation please?
[no name] 17-Mar-15 11:00am    
if I'm not wrong, the second parameter is the password
Ravi Rajan 18-Mar-15 6:33am    
https://github.com/venomous0x/WhatsAPI
Ravi Rajan 18-Mar-15 6:43am    
some says its imei number and other saying its password if it so where I can get password????

1 solution

So what happened when you contacted these people[^] about how to use their API?
 
Share this answer
 
Comments
[no name] 17-Mar-15 10:58am    
LOL

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900