In the page setup on Meta For Developers it says that the account (test number) does not exist in the Cloud API. I was previously able to run tests normally with the provided test number (receiving messages on my personal phone), but since yesterday afternoon, I've been getting some message like:

"Failed to send message. The account does not exist in the Cloud API. Use the /register API to create an account first."

Making the request in Postman, I have the following response:

"error": {     "message": "The account is not registered",     "type": "OAuthException",     "code": 133010,     "error_subcode": 2593006,     "is_transient": false,     "error_user_title": "The account does not exist",     "error_user_msg": "The account does not exist in the Cloud API. Use /register API to create an account first.",     "fbtrace_id": "A6fN7xoCSrj2t1dW_Qvv5d0" } 

In my Flutter project (VSCode), the Debug Console also shows:

"flutter: {error: {message: The account is not registered, type: OAuthException, code: 133010, error_subcode: 2593006, is_transient: false,..."

Despite my best efforts, I've reached a dead end... help me please.

I've tried everything I can think of: checking all the API settings, sending messages to different numbers, reviewing the documentation, and searching the internet for similar issues. But nothing seems to work. I just need to get the tests running again.

I am integrating WhatsApp Cloud API into my chat application. During the process, I've already integrated it, but I want to restrict people to add WhatsApp Business phone number into Group Chats.

It is possible to update the settings through WhatsApp itself, in order to use WhatsApp Cloud API, that number must not be registered as WhatsApp account. Therefore I can't edit through WhatsApp.

I know, I have to edit this via Business Portfolio, but I couldn't find it. I did multiple research, didn't find anything useful.

If somebody know, how to achieve this, please let me know. Thanks in advance.

I'm trying to upload all customer data from BigQuery into Google Ads to improve our customer match on audiences.

I was able to make the integration, but for some reason I'm getting an unknown error and no data is being pulled.

Runs results

Error Details or lack of ...

This is the data we are sending, we have followed the requested format and not doing any data transformation to avoid weird issues.

I'm a bit lost on what else I should be checking on this - and I felt like google ads gives more instructions on how to upload CSV data rather than how to automate with BigQuery.

Anyone been through this or has any ideas?

Field Mapping

Thanks in advance :)

Hello i want get the title markert in following title:

my request was like below: curl -i -X GET
"https://graph.facebook.com/v19.0/8xxxxx_8xxxxx?fields=message%2Capplication%2Cstory%2Cstory_tags&since=2024-03-17T00%3A00%3A00&until=2024-04-19T00%3A00%3A00&access_token={{token}}"

it is impossible to get the title

i have created a facebook app. the purpose is to get the details when someone make a comment on a post or interact with the page. I have set up the webhook url, got the challenge and the process is complete. After that in order to get the feeds i have subscribed the feeds under page and some other page related(i have set up the permissions which are requested in facebook documents and even tried all the permission available there) permissions under the permissions dropdown. But i am not getting any hit on my api when i make a comment. I and tried commenting using the user which created the page, page as user, and even with the graph api. but its not sending any response to api. So i thought maybe something to do with the API. But when i tried the messaging option and set up the webhook for that, i am getting the message through the webhook and its working fine. So that means the API is not the issue, and something to do with facebook permission or some other things. So i subscribed to every permission in that page and i am still ot getting any response for the feeds.
So an i missing something? For the facebook page webhook? If anyone went through this kind of an issue please provide your insight. I am stuck with this for a while and seems to going in circle.