Thrown when the App Secret isn't provided in the constructor
Description
The App Secret is a private key that is used to verify the authenticity of the incoming requests.
It can be found in your Meta's app dashboard, inside App Settings -> Basic.
Example
newWhatsAppAPI({ appSecret:"your-app-secret", // other options });
Thrown when the App Secret isn't provided in the constructor
Description
The App Secret is a private key that is used to verify the authenticity of the incoming requests. It can be found in your Meta's app dashboard, inside App Settings -> Basic.
Example
See
https://whatsappapijs.web.app/types/types.TheBasicConstructorArguments.html