79554828

Date: 2025-04-04 08:30:44
Score: 1.5
Natty:
Report link

You also need to register the phone number first. The API is defined https://developers.facebook.com/docs/whatsapp/cloud-api/reference/registration/:

curl 'https://graph.facebook.com/v22.0/<phone-fbid>/register ' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '
{
  "messaging_product": "whatsapp",
  "pin": "<6-digit-pin>"
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Navjot Singh