I'm trying to configure WhatsApp API in C#. I tried to implement it using examples such as:
- http://www.dotnetprogramer.in/2016/01/how-to-send-whatsapp-message-through-csharp-net-application-by-using-csharp-coding.html
- Send messages with whatsapi.net?
Looking into the aforementioned examples, i came to know that i'll require a WhatsApp password in order to send a message.
I downloaded a tool named WART (WhatsApp Registration Tool) from this site
and tried to get my whatsApp password by adding a phone number in following format.
- (xx - xxxxxxxxxx) CountryCode - 10 Digit Phone number
Consider the following image:
But when i ask and request for the Code, this is what it says.
I looked for alternatives and found this useful point
- In case WART isn't working, use this online tool: http://watools.es/pwd.html
but unfortunately this site seems to be unavailable.
I ALSO looked into more alternatives and found this WhatsApp API
but this seems to be in Php, i don't really have the expertise to make the registerTool.php work.
Am i missing something here? Is the whatsApp API deprecated? Any sort of help/direction would really be appreciated.
Thank you.