• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Meta doesn't accept phone number verification from code

Carlos Melo

Member
Hello,
You guys may know that Meta has changed the way to verify phone numbers to Whatsapp Business API.

So, I have tried to request the verification code using the code provided by Meta to validate the registered phone number, but the code doesn't work.
That is new Meta method and it doesn't seem to work properly, but I believe someone here can give me some clues.

They advise doing this through this link:

Over there they provide the code below to request the code using the phone number being registered:
{
"cc": "COUNTRY_CODE",
"phone_number": "PHONE_NUMBER_WITHOUT_COUNTRY_CODE",
"method": "sms" or "voice",
"cert": "VERIFIED_NAME_CERT_IN_BASE64",
"pin": "EXISTING_6_DIGIT_PIN" # required if two-step verification is enabled
}


.. as I have inserted my data as following:
{
"cc": "55",
"phone_number": "27992668740",
"code_method": "sms",
"cert": "CmQKIAjW7bnYh4GLAhIGZW50OndhIgdSb3RhWmFwUKKF+78GGkD1lCy9aMw5Jc/jKJWF7C4Ex1raQ7s6EXyaFOcIvyatzW+SkXINDQ+hAsQLyGWLWBuMaDlom89flrUSG+sb3y4AEjBtKB689JvQo/Bas7edrmognFji41TC9C1ebgSzMjrcXsW5xWVDr5L5XPdVm+xyxb8=",
"pin": "142024",
"language": "pt_BR"
}


I tried to request the verification code via Postman, and it returned the following response:
(The language type is there because Postman returned me it is required, after first test.)

{
"error": {
"message": "Unsupported post request. Object with ID '607347995796872' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"error_subcode": 33,
"fbtrace_id": "AmqtcUP0-XGgyGDfuNe4DEu"
}
}


So where is the problem if all the data are correct ?
 

ArshilAhmad

Moderator
Staff member
Hi @Carlos Melo,

Could you please confirm whether 2FA is enabled in your account?
1744763167224.png


"Also, please mention the error you encounter when you execute the endpoint without the 'language' field.
1744762938576.png


This page doesn't have any information related to the error code 100 you encountered, which is why it's difficult for us to determine the exact cause.

 
Top