WhatsApp / WhatsApp-Flows-Tools

Tools and examples to help you create WhatsApp Flows https://developers.facebook.com/docs/whatsapp/flows
MIT License
45 stars 18 forks source link

Error: Request Signature did not match #4

Closed yemialpha closed 5 months ago

yemialpha commented 5 months ago

where am i getting the APP_SECRET from

ankurmalik04 commented 5 months ago

For details about APP secret refer to https://developers.facebook.com/docs/development/create-an-app/app-dashboard/basic-settings/#app-secret

You can get your app secret and use that in the server to validate the payload https://developers.facebook.com/docs/whatsapp/flows/guides/implementingyourflowendpoint#validate-payloads

PLEASE NOTE: Never use the private keys for your production accounts outside the system. We advise to create temporary keys for testing purposes.