Hi all,
We have been using the Send Messages API with template buttons at https://graph.facebook.com/v18.0/me/messages.
I received an error with the following details: Code: 100, SubCode: 2018023, fbtraceId: AlJOcqaDk5993l2-k7v0o8o, msg: (#100) Save attachment failure.
The error occurred only for PSID 4822705404446239; the others were successful without errors.
session_id: https://developers.facebook.com/tools/explorer/1621755161178887/?session_id=944758980529968
Any idea or any reported bug as I didn't find any?

I have installed soketi and its running as when i visit subdomain or ip, it shows OK, now i have installed whatsbox - whatsapp business api code on my domain and when i provide app key secret key app id of soketi insted of pusher, it is not connecting to soketi on my server, it is still trying to connect with pusher. I am not a developer, I need help connecting whatsbox site to soketi on my server. can anyone help me with this? What files and what code i need to edit. Please help.

I Installed Whatsbox, Changed broadcasting.php and bootstrap.js but anything isn't working.

I'm developing an app that will make use of the Business On Behalf Of API (https://developers.facebook.com/docs/marketing-api/business-manager/guides/on-behalf-of#bm-client). Based on the steps in the documentation above, I was able to progress with regards to login (step 0), creation of the partnership between the BMs (step 1), generation of the access token for the client's BM system user (step 2) and I am stuck in obtaining the system user identification number (step 3) through the following request:

curl -i -X GET
"https://graph.facebook.com/v19.0/me?access_token=<CLIENT_BM_SU_ACCESS_TOKEN>"

I have a valid system user token, with all desired permissions and attributes, validated through the Access Token Debugger (https://developers.facebook.com/tools/debug/accesstoken/?access_token=...&version=v19. 0). However, the request to get this user's id continues to return an empty json as a response.

Request made: curl --location 'https://graph.facebook.com/v19.0/me?fields=id&access_token=...'.

The response is always {} (empty json).

access token debugger output

My app's permissions at login are: pages_read_engagement business_management ads_management

The system user access token created in the customer's BM has the following permissions: ads_management pages_read_engagement

as the documentation suggests (I've already tested generating this token with other permissions, but the problem persists).

I tried to research whether it was a lack of permissions, but I couldn't find anything conclusive. I researched the app's settings and didn't get promising results either. I tested using both Login and Login for Business as a Product for my app, but there was no difference in relation to the problem. Making this same request with user or system user tokens, administrators or not, from my accounts and my BM works as expected (returns the user id), but when it is a system user of the client's BM, following the step the step of the Business Intermediation documentation, it doesn't work.

I need this id to assign the assets to this user and then have access to the client's pages. By manually obtaining the user ID through the debugger and following the other steps, it is possible to complete the entire process and carry out the intermediation as expected (manage the assets on behalf of another company). However, this step is not allowing me to automate the process 100% and will hinder the usability of my application. Am I missing something?

we created a template and that template got approved by meta, and we used to sent that template to the customer, but 3 days before that's suddenly stop working, Actually this is out production application, we are getting customer complain frequently,
while sending that template we are getting success response but that message is not delivered to the customer what went wrong with that? please we need to help because this issue in the production

I need to complete the Data Use Checkup for my app, however it requires me to link it to my business portfolio.
I have a verified Business Portfolio already, however when I try to link the App to it, I get an error message: "Something went wrong. We're working on getting it fixed as soon as we can."
This error is blocking me from completing the Data Use Checkup, how can I get it resolved?