Posts under category Meta & Facebook

I am currently writing a chatbot for WhatsApp. I use the node js and WhatsApp Business API to create my API that send messages to users.

When the client sends a image message, I see the following JSON object in the logs of my application:

{ "object": "whatsapp_business_account", "entry": [ { "id": "116591461526821", "changes": [ { "value": { "messaging_product": "whatsapp", "metadata": { "display_phone_number": "15550383872", "phone_number_id": "107615645766004" }, "contacts": [ { "profile": { "name": "TW🐯" }, "wa_id": "26657963470" } ], "messages": [ { "from": "26657963470", "id": "wamid.HBgLMjY2NTc5NjM0NzAVAgASGCAyQjlFNENGRkFENDk4MkRDQkU4QjVFOTlERUU3RUM4MgA=", "timestamp": "1707306273", "type": "image", "image": { "mime_type": "image/jpeg", "sha256": "iNUQ9GcXEvo/mqx2HYvGYmoX4/sgw3JLLjNe5y3cYHM=", "id": "1549548012254387" } } ] }, "field": "messages" } ] } ] }

can't find any information in the documentation about how to download this file. In my case, I want to upload this image file that the client sends to my file storage. Please tell me which URL method from the WhatsApp API is responsible for this mechanism?

We encounter an issue when it comes to requesting a specific post. It's about an ads-post.
When trying to fetch it by using the page-access token it is not delivered via feed or ads_posts endpoint (while those endpoints return other posts) and when requesting it by ID, the API returns
"Unsupported get request. Object with ID '92204367377_756443629857480' 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"
I only got the post ID by a webhook about a comment added to this post. And also interesting: i can successfully request the comment.
Did anyone else encounter such a problem and can provide a solution for it?
Best regards
Martin

How long would it take for "Feature unavailable: Facebook Login is currently unavailable for this app as we are updating additional details for this app." resume normal after business verification mark "verified" in both business & developer account? Or else is there any way to trigger refresh?
In addition, the public profile and the email permission are all in advanced access and green light.

We have thus far used the page_engaged_users metric to determine Facebook Pages rate limits as stated in the documentation: https://developers.facebook.com/docs/graph-api/overview/rate-limiting/#pages (number of engaged users is required).
We have also received a notification: https://developers.facebook.com/docs/pages-api/changelog/ that this metric is planned for deprecation in March, 2024.
Is there an alternative metric to get the number of engaged users?