it's nonlegal operation BTW , so in every update of what's app they discover that the number you used can't receive any messages so they block it , and on every update the problem for the WART tool will happen ..
@@santoshsharma5070 Now the WhatsApp Registration Tool Current Version is Paid Version and the Older Version is giving an Error while generating the Password.
Dear Sir, Thanks for your video. I follow step by step process and get password from WART. I am getting a message "Connected to Whatsapp." then I am getting "Login failed" error. Can you please advice.
Hello Sir! I m getting "UnAuthorised " Error While Login to Whatsapp In My C# App. in Now days. . this Error not coming earlier. but Now day . I think Password created using WART is generating Wrong pwd . !! or may be API is Changed . .Will U Please Help me. .
Ver.: 1.8.2.2 When i generate password using WART it give me this error Could not requst code using eider sms or voice SMS : {"status":"fail","reason":"old_version"} Voice : {"status":"fail","reason":"old_version"} What have i do sir???
hello i am using visual studio 10 and i cant intel whatsapp api 15.4.29 int he nuget its is only showing me the old api whatsapp api 1.2.2 is there a way for me to dawnload the new api?
My first Question to ask is from where you get that Password you have pasted while creating the object of Watsapp object . Just tell me this becox i am stuck at this position
When i generate password using WART it give me this error please help me about error ...plzzzzzzzzzzzzz Could not requst code using eider sms or voice SMS : {"status":"fail","reason":"bad_token"} Voice : {"status":"fail","reason":"bad_token"}
Sir if i publish my app including this whtsp api, Online. Then will it be a copyright claim or else?? Even i want to make mony with my app including this feature??
Hi have generate a password in WART tool but when i am running mt code the it connects with whats app but message is not sending, it gives login failed error, please help me out in this issue. Thanks....
I am using Visual Studio 2012 and when I install package from Nuget using VS then its show WhatsappApi 1.2 then I found the version WhatsappApi 15.4.29 on nuget website (As I thought might be its version problem which gave login failed message.) and install the same but still getting same message "Login Failed." Can you please help?
Hello Sir, that Whatsapp Registration Tool is not working. Showing some errors. Not getting any code on mobile. Please can you help? Is there any latest technique for sending message over whatsapp using c# code.
HI When I look for the nuget package I don't find the one that you referenced rather one written by rafael lincoln. Will your code work with this package?
1:The type or namespace name 'WhatsAppApi' could not be found (are you missing a using directive or an assembly reference?) 2:The type or namespace name 'WhatsApp' could not be found (are you missing a using directive or an assembly reference?) please help me out.. (in references also whatsAppApi file is present)
sir sekhar srinivas, i am getting the error like "provided number doesnt match any known patterns for palestinian terrotories" while registering my number in WART tool... what should i do, Please help me sir. Thank you.
I have. Error. When I can create object what'sApp can not found WhatsApp The error is (The type or namespace name 'WhatsApp'couldn't not be found (are you missing a using directive or an assembly reference ?)) Can you explain
When i generate password using WART it give me this error Could not requst code using eider sms or voice SMS : {"status":"fail","reason":"bad_token"} Voice : {"status":"fail","reason":"bad_token"}. Good evening, excuse my English , I'm from Paraguay and I have the same problem , they could solve ?, if so could help me please
Can you please tell me that now this method is worked or not. because i cannot generate the password using WART. which you describe in your tutorial. Thanx.
I added WhatsAppApi same as you shown and it added to my project reference successfully. But I going to type "WhatsApp" keyword VS 2010 doesn't show me any class/reference from WhatsApp/WhatsAppApi. What is actual problem in it?
When i generate password using WART it give me this error please help me about error SMS : {"login:xxxxx","status":"fail","reason":"old_version"} Voice : {"login:xxxxx","status":"fail","reason":"old_version"} Why? can anybody to help me?
To all of you who gets Login failed Not Authorized i foun out what the problem is. After you get the password from wart you need to Varefy the whatsapp in your phone . The catch is when you varpy its is changing you password so dont varepy. if you want to send whatsapp mesages from c# you need to secrapies your whatapp or you can get another number. So remember dont Vefiy!!!!
Hello I just watched your video Interesting and very illustrative. However I have a concern. The power of WhatsApp is to be able to send images, doc and videos. How can it be done to send files?
When i generate password using WART it give me this error Could not requst code using eider sms or voice SMS : {"status":"fail","reason":"bad_token"} Voice : {"status":"fail","reason":"bad_token"} Can i get a solution for this??? or any idea???
I need to send (pdf download link) sms to mobile phone, which i was stored in cpanel - my sql database and user can view pdf file using mobile phone. C# Please help me......
i have problem sir, i am getting the following error for the api, Error 1 The type or namespace name 'WhatsApp' could not be found (are you missing a using directive or an assembly reference?)
mahmmoud09872 sir this is my code as u have shown in the video i have also addess WhatsAppApi from Nuget also, Stilll i get the same error in the video u created and object as WhatsApp wa = new WhatsApp("etc all the details"); i did the same, as per ur instruction and replaced it by WhatsAppApi now i am getting the following error. i have used all the method to solve this error, als searched on net but it's still the same error. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace whats { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { // send whatsapp string to = textBox1.Text; string from = "910000000000"; string msg = textBox2.Text; WhatsAppApi wa = new WhatsAppApi(from,"IsuCrX5Yohaft/bey4uxucqNJ84=","RaviJordan",false,false); wa.OnConnectSuccess += () => { MessageBox.Show("Connected to whatsapp..."); wa.OnLoginSuccess += (phoneNumber, data) => { wa.SendMessage(to, msg); MessageBox.Show("Message Sent...."); }; wa.OnLoginFailed += (data) => { MessageBox.Show("Login Failed : {0}", data); }; wa.Login(); }; wa.OnConnectFailed += (ex) => { MessageBox.Show("Connection Failed...."); }; wa.Connect(); } } }
Ranjeet Narvekar from github download WART Master app and then extract from zipfile in the folder open WART 1.8.2.0 then enter ur mobile number it will send a code to ur mobile then enter the code in WART app step 2 code it will generates password copy it
+sekhar srinivas - The WART utility doesn't work- It gives either 'bad_token' or 'old_version' error. I have been trying for past two days. Could you please help?
I followed every step that are shown in video ..I also get my whats app number password by voice call...But while run time it shows an error in "login failed{0}" Any solution? Please help
Sir sekhar srinivas, this worked perfectly, thank you very much. However when I activate my mobile no. in my application mobile stops and vice versa. Isn't there a way I can use both?
Very well explained and smooth flow of teaching
where do you get the password?
Hi Sekhar thank you so much to make this video
how password is genrated?
knowledge is power my friend
thanks for sharing
Hi Sekhar. Thank you for this video.
how to get Password can you please guide me .!
it's nonlegal operation BTW , so in every update of what's app they discover that the number you used can't receive any messages so they block it , and on every update the problem for the WART tool will happen ..
sekhar everybody see errors. Can you upload your project to here ? PLease i did it but gives me errors.
Login errors
it looks superb will let u update once i done with my current project
V. V. Thanks Great, Just Have not tried but its great I will Do It I hope
Best Sir 👏🏻 Highly Respected
how to get Password can you please guide me .!
Hi Sekhar, It is available to send email to a group?
Sir How to receive Whatsapp password
@@santoshsharma5070 Now the WhatsApp Registration Tool Current Version is Paid Version and the Older Version is giving an Error while generating the Password.
@@sekharonline4u Where can we buy it and download? kindly reply sir
@@sekharonline4u from where we can purchase , provide the link
while writing code at sayl the function of whatsapp class was invoked easily but aftr debug its show erro whatsapp api could not be found
Hi Sekhar. Thank you for this video. Do you have an example where the Delivered or Read status is able to be queried?
hello Gareth how to get the password for whatsapp
Hi thank you forma share, IT is possible to send message to several numbers? i mean bulk messages.
I am getting Login Failed, Not Authorized{0}...I have try to change password utility as well..Both are not working..Please assist me.
Dear Sir, Thanks for your video. I follow step by step process and get password from WART. I am getting a message "Connected to Whatsapp." then I am getting "Login failed" error. Can you please advice.
Awesome, Simple and easy to understand.Thank you.
hii i am geting login failed error pls help me
I am from Brazil,how can I get the api for the whatsapp code in C# ?
Hello Sir!
I m getting "UnAuthorised " Error While Login to Whatsapp In My C# App. in Now days. .
this Error not coming earlier. but Now day .
I think Password created using WART is generating Wrong pwd . !!
or may be API is Changed . .Will U Please Help me. .
sir there is an exception problem happen at wa.Login();
what should i do?
Do you have option to integrate Whatsapp Web in C, get data from mysql or API (php) and send it automatic using whatsapp web?
I am getting Login Failed, Not Authorized {0}... plz tell the solution also ..
Sir, thank you this informational and educational video.
Can you make video on telegram group messageing.
I tryed to get messages, but I think this WhatsApp Api is not working for that.
Hi dear, your video is great, I just have a question, how can I get mi WhatsApp password yo use in my code?
Ver.: 1.8.2.2
When i generate password using WART it give me this error
Could not requst code using eider sms or voice
SMS : {"status":"fail","reason":"old_version"}
Voice : {"status":"fail","reason":"old_version"}
What have i do sir???
Same problem
SMS : {"status":"fail","reason":"old_version"}
Voice : {"status":"fail","reason":"old_version"}
hello i am using visual studio 10 and i cant intel whatsapp api 15.4.29 int he nuget its is only showing me the old api whatsapp api 1.2.2 is there a way for me to dawnload the new api?
Hi What will the differance be if you want to send it to a whatsapp group(or if it is possibe)?
When i generate password using wart it gives me this error
SMS : {"status": "Fail" , "reason":"old version"}
Did you found the solution?
@@gren8759 NO i have not found solution
Sir I have watched this video and it was very useful.. Thank you.
Can u please develop receiving message from whatsapp to desktop..
can you tell me how to generate "password" in that code
how to get Password can you please guide me .!
I get login failed - not authorized
Any suggestion to help plz
My first Question to ask is from where you get that Password you have pasted while creating the object of Watsapp object . Just tell me this becox i am stuck at this position
Me also
#sekharsrinivas is it possible to scrap the messages in whatsapp..?
When i generate password using WART it give me this error please help me about error ...plzzzzzzzzzzzzz
Could not requst code using eider sms or voice
SMS : {"status":"fail","reason":"bad_token"}
Voice : {"status":"fail","reason":"bad_token"}
im getting the same error
cant generate a password
Hi can u tell how u solved the problem.
+xA7mDQ8 if you are telling people that problem is resolved then kindly also tell the solution.
Thanks.
How? Please let me know how you solved it. My email ashrafshaikh43@gmail.com
It's not solved. No fix provided till now.
perfect working not a single line error....
hii i am geeting login failed pls help me
ihave this error (Invalid length for a Base-64 char array or string.)
is it because i'm using vs on 32 win7??
Sir if i publish my app including this whtsp api, Online. Then will it be a copyright claim or else??
Even i want to make mony with my app including this feature??
Hi have generate a password in WART tool but when i am running mt code the it connects with whats app but message is not sending, it gives login failed error, please help me out in this issue.
Thanks....
hello Sir, I am getting error "not authorized". please guide what should I do:?
I want to make this program in java will help ???
Hello sir, Can you upload the video for how to send files and images through whatsapp using c# windows app
Hi Sir, what is the Password? which password we should use?
can we create that thing in xamarien android apps ...or android studio?
I am using Visual Studio 2012 and when I install package from Nuget using VS then its show WhatsappApi 1.2 then I found the version WhatsappApi 15.4.29 on nuget website (As I thought might be its version problem which gave login failed message.) and install the same but still getting same message "Login Failed."
Can you please help?
i use the last version on WART but i am still getting Login Failed{0}. Can you help me?
Hello Sir, that Whatsapp Registration Tool is not working. Showing some errors. Not getting any code on mobile. Please can you help? Is there any latest technique for sending message over whatsapp using c# code.
this nuget package is not working ....
HI
When I look for the nuget package I don't find the one that you referenced rather one written by rafael lincoln. Will your code work with this package?
1:The type or namespace name 'WhatsAppApi' could not be found (are you missing a using directive or an assembly reference?)
2:The type or namespace name 'WhatsApp' could not be found (are you missing a using directive or an assembly reference?)
please help me out.. (in references also whatsAppApi file is present)
At the top of your code, type "using WhatsAppApi;" . If that doesn't work, make sure to install the correct WhatsAppApi Nuget.
sir sekhar srinivas, i am getting the error like "provided number doesnt match any known patterns for palestinian terrotories" while registering my number in WART tool... what should i do, Please help me sir.
Thank you.
Satish sri I got through this error by putting my current country code first and then the phone number.
Ronald Anthonisamy Yeah.. resolved now.
Thank you. :)
country code with + or not
I have. Error.
When I can create object what'sApp can not found WhatsApp
The error is
(The type or namespace name 'WhatsApp'couldn't not be found (are you missing a using directive or an assembly reference ?))
Can you explain
When i generate password using WART it give me this error
Could not requst code using eider sms or voice
SMS : {"status":"fail","reason":"bad_token"}
Voice : {"status":"fail","reason":"bad_token"}.
Good evening, excuse my English , I'm from Paraguay and I have the same problem , they could solve ?, if so could help me please
AS?
how???
Please let me know how you solved it. My email premkand@gmail.com
Me too...at My email ashrafshaikh43@gmail.com
Please let me know how you solved it. My email ashrafshaikh43@gmail.com
Thanks a ton sekhar srinivas. Can we send message with image and also, can we receive messages and display it any control?
how to get Password can you please guide me .!
I am the user of tally and busy accounting software .
Is it possible to integrate whatsapp .
Thank you Sekhar ji
Can you please tell me that now this method is worked or not. because i cannot generate the password using WART. which you describe in your tutorial. Thanx.
Hello
Hii
Hi i canot generate the password using WART. i have tried 4-6 number in that but it gives error. can you help me for same.
Is it still possible in asp.ney core8 ?
I added WhatsAppApi same as you shown and it added to my project reference successfully. But I going to type "WhatsApp" keyword VS 2010 doesn't show me any class/reference from WhatsApp/WhatsAppApi.
What is actual problem in it?
Nilesh Dalvi
Error 2 The type or namespace name 'WhatsAppApi' could not be found (are you missing a using directive or an assembly reference?)
I love the cool tutorial, if for example send a message to email using php programming may not be well. please help me. !
Old_version error while requescode On WART. I am using vesion 1.2.2 of whatsapp api nuget package
Please help me what should i do ?
Hi is there any example with VB.NET ?
Which Visual Studio Version Support this code???
Hello Sekhar,
do you have any solution to the problem with wart varification ?
thanks sir, very good project, i trying this project code
Aún funciona en el 2023? Me puedes ayudar me da un error
Great video - thanks!
how to get Password can you please guide me .!
when I try to get code I get error message: Could not request code using either sms or voice. What is it ???
missing param authkey. What is it ?
Vlad V. This Tutorial date for 4years .. ! Try seeing another early tutorial ..
The wart registration doesn't work at all. can anyone help how to generate a password?
hi sir really super tutorial for freshers really really good......one dout how to send OTP number
Does this work now........
cause I'm getting Login Failed{0} every time i try.
thank you fir the interesting video Regards
Abdel
can i get the link for the same functionality in android too?
Is possible to send single message to multiple recipients in your code if yes then tell me how to done
When i generate password using WART it give me this error please help me about error
SMS : {"login:xxxxx","status":"fail","reason":"old_version"}
Voice : {"login:xxxxx","status":"fail","reason":"old_version"}
Why? can anybody to help me?
I am unable to register my mobile number using OTP from their app or the website link that you provided.
Is Facebook stopped to send WhatsApp API?
To all of you who gets Login failed Not Authorized i foun out what the problem is.
After you get the password from wart you need to Varefy the whatsapp in your phone .
The catch is when you varpy its is changing you password so dont varepy.
if you want to send whatsapp mesages from c# you need to secrapies your whatapp or you can get another number.
So remember dont Vefiy!!!!
+daniel yanovsky What's varepy? varefy?
Is it possible to receive messages in the application?
Hello
I just watched your video Interesting and very illustrative.
However I have a concern. The power of WhatsApp is to be able to send images, doc and videos.
How can it be done to send files?
When i generate password using WART it give me this error
Could not requst code using eider sms or voice
SMS : {"status":"fail","reason":"bad_token"}
Voice : {"status":"fail","reason":"bad_token"}
Can i get a solution for this??? or any idea???
Sir that WART tool is not working properly. Could you please help me?
I need to send (pdf download link) sms to mobile phone, which i was stored in cpanel - my sql database and user can view pdf file using mobile phone. C# Please help me......
Hello
in this line
WhatsApp Wa = new WhatsApp(from, "", "", false, false);
password and name git it from where ? @Sekhar
i have problem sir, i am getting the following error for the api,
Error 1 The type or namespace name 'WhatsApp' could not be found (are you missing a using directive or an assembly reference?)
mahmmoud09872
sir this is my code
as u have shown in the video i have also addess WhatsAppApi from Nuget also,
Stilll i get the same error
in the video u created and object as
WhatsApp wa = new WhatsApp("etc all the details");
i did the same, as per ur instruction and replaced it by WhatsAppApi now i am getting the following error.
i have used all the method to solve this error, als searched on net but it's still the same error.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace whats
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
// send whatsapp
string to = textBox1.Text;
string from = "910000000000";
string msg = textBox2.Text;
WhatsAppApi wa = new WhatsAppApi(from,"IsuCrX5Yohaft/bey4uxucqNJ84=","RaviJordan",false,false);
wa.OnConnectSuccess += () =>
{
MessageBox.Show("Connected to whatsapp...");
wa.OnLoginSuccess += (phoneNumber, data) =>
{
wa.SendMessage(to, msg);
MessageBox.Show("Message Sent....");
};
wa.OnLoginFailed += (data) =>
{
MessageBox.Show("Login Failed : {0}", data);
};
wa.Login();
};
wa.OnConnectFailed += (ex) =>
{
MessageBox.Show("Connection Failed....");
};
wa.Connect();
}
}
}
when click on "check existing" then "{\"status\":\"fail\",\"reason\":\"old_version\"}"
Thank u so much sir it is working fine i tried this
KarthikeyaJyothisyalayam My Pleasure Karthikkeya
From where to get password ?
Ranjeet Narvekar please check out the entire video i have provided the steps to get the password at 7:00 mins. of this video kindly look into that
Ranjeet Narvekar from github download WART Master app and then extract from zipfile in the folder open WART 1.8.2.0 then enter ur mobile number it will send a code to ur mobile then enter the code in WART app step 2 code it will generates password copy it
+sekhar srinivas - The WART utility doesn't work- It gives either 'bad_token' or 'old_version' error. I have been trying for past two days. Could you please help?
How to get that secret code which mentioned in code sir
I generate password using WART but still I am getting Login failed error......plz help for that
Can you make new video for scan and send the msg usign selenium and chrome driver
how to send whatsapp message on multiple number at the same time using this api...???
i have this error (Invalid length for a Base-64 char array or string.)
is it because i'm using vs on 32 win7??
when you write password don't forget write '=' in the last password.
Hi, have you solved the problems in sending whatsapp messages?
If yes please help me with code. I am a beginner to development.
I followed every step that are shown in video ..I also get my whats app number password by voice call...But while run time it shows an error in "login failed{0}"
Any solution? Please help
Sir sekhar srinivas, this worked perfectly, thank you very much. However when I activate my mobile no. in my application mobile stops and vice versa. Isn't there a way I can use both?
كيف تحصل على كلمه سر واتساب
Login Failed :{0} (what should i do sir to run this program correctly) and sir how to get that mobile screen on screen of ur windows .
very nice sir ..
#HappyCoding #Indonesia 👍👍👍
WhatsApp is connected successfully but message sending failed error is coming out...pls help..
how we can used attachment send in whatsapp in web form (asp.net)