-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group Mention #316
Comments
Here you go:
|
Hi @avoylenko I have a rather naive follow up question: in the code snipet you showed above, how is the authenticated session sent in the curl example you gave above, please? I'll assume that WhatsApp will block unauthenticated requests, and the curl example you gave in your comment does not contains any auth/session cookie. |
@damms005 the session name is passed as a part of URL as param: |
Thanks for the response @avoylenko My use case is that, for a web project I'm working on, I want to automate posting of WhatsApp status. I've read the readme multiple times but couldn't figure it out. Can you help me with details of how to achieve this, please? This is what I have done so far:
I opened the browser console and included it in the screenshot, perhaps you may find that helpful. What am I doing wrong, please? Or can't use this project to achieve what I described above? |
The swagger specification should be available on Your next steps are:
|
Thanks so much @avoylenko I was able to make progress with the steps you gave above. However, I stopped at the update status step. Now, coming back to really post the status, when I did
I got error response How can I resolve this please? |
I was able to use the docker option. Worked perfectly. However, I wrongly thought the Also, checked the swagger docs included and couldn't find anything for creating the real Status Update like I described above. Am I looking at the wrong place? Or not supported. If not supported, how can I add it to the project so the feature is available for me and anyone else that may need it? |
It's an upstream issue? @avoylenko pedroslopez/whatsapp-web.js#3373 |
How to mention someone on group?
The text was updated successfully, but these errors were encountered: