Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j05u3 authored Mar 12, 2024
1 parent 4b498da commit 5098ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ app.use(
// but make sure to change it on the Facebook Developer Console too
getWebhookRouter({
// fill your own values here:
webhookVerifyToken: process.env.WHATSAPP_WEBHOOK_VERIFICATION_TOKEN ?? '',
webhookVerifyToken: 'your_whatsapp_webhook_verification_token',
onNewMessage,
appSecret: 'your_facebook_app_secret', // optional, you can set null
onStatusChange, // optional
Expand Down

0 comments on commit 5098ce7

Please sign in to comment.