Частичное отключениеshare-external
(#131058) Hello World templates can only be sent from the Public Test Numbers
3

curl --location 'https://graph.facebook.com/v20.0/<user_id>/messages' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "messaging_product": "whatsapp", "to": "phone_number", "type": "template", "template": { "name": "hello_world", "language": { "code": "en_US" } } }'

{ "error": { "message": "(#131058) Hello World templates can only be sent from the Public Test Numbers", "type": "OAuthException", "code": 131058, "fbtrace_id": "AfnikW3U6xSnezttS2D_k-x" } }

Can anyone tell me why the above error is happening? It was working before now i'm just getting this error.

Tan
Вопрос задан около месяца назад
Raul

Anyone has a response for this question?

3 ноября в 11:08