Interrupción parcialshare-external
Mobile number verification issue for Whatsapp cloud API
1

Hi,

For my mobile number verification for Whatsapp cloud API, i used postman with these details

https://graph.facebook.com/v1/account

Body>raw { "cc": "91", "phone_number": "80503XXXXX", "method": "sms", "cert": "CmMKHwiWoXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXYttN1OU6tPFAa9LP8kfmDWPbR3XpfngI=" }

But I get response as below

{ "error": { "message": "Unknown path components: /account", "type": "OAuthException", "code": 2500, "fbtrace_id": "AeORLyndjqbijvrXUAdAzD3" } }

Vishwa
Pregunta realizada hace aproximadamente un mes
Vishwa

i should have received SMS, but received this error. anyone any idea, pl let me know

15 de octubre a las 5:50 a. m.
Abdelkrim

I have the same issue as you @vishwa

17 de octubre a las 10:20 a. m.
Respuesta seleccionada
1

I have the same problem, it seems that something has changed when verifying a number, as I have never needed to do this on WhatsApp accounts.

15 de octubre a las 7:50 a. m.
Jocel
1

Hello, I managed to register the number by making a POST request to this url: /{phone_number_id}/register

with this body:

{ "messaging_product": "whatsapp", "pin": "*****" }

the return is true!

16 de octubre a las 10:23 a. m.
Jocel
Abdelkrim

this is another endpoint, your answer is not relevant

17 de octubre a las 10:09 a. m.
1

did you solve this problem ? i have a same error

25 de octubre a las 8:54 a. m.
Volkan