Posts under category Meta & Facebook

I am currently implementing a feature in an app that uses the Meta API to automatically send DMs in response to comments on Instagram posts. The mechanism involves using webhook calls triggered when comments are made on Instagram posts linked to a Facebook page. However, there is currently an issue where some Instagram accounts are not receiving these webhook calls.
Some of these accounts were previously receiving webhook calls as expected, but suddenly stopped receiving them. During this time, there have been no changes made to the settings of the Instagram accounts or the associated Facebook pages.
Is there currently an issue with webhook calls in the Meta API, or has such an issue been reported? Alternatively, is it possible that the settings of the Instagram accounts or Facebook pages could be causing the webhook calls to not be received?

My app was deactivated, but I've reactivated it again for a while already but the API is still giving me the following error:
API access deactivated. To reactivate, go to developer.facebook.com and complete developer registration.
This is on the standard "/me?fields=id,name". Also when I try to generate an access token it says my app doesn't have login enabled. I'm not sure how to enable it since I haven't changed anything since last time.

Hello everyone. I'm having a problem downloading media files that are sent to a Whatsapp bot. I am using NodeJS. I have followed the documentation, first doing a GET to https://graph.facebook.com/v18.0/ and obtaining the download URL, but when doing the GET to the download URL I get an error 500. I tried through INSOMNIA and Node. I have attached screenshots of the error messages in Node

I am encountering an issue with uploading video stories to a Facebook Page using the Graph API, and I'm seeking assistance to resolve it. Below, I have outlined the problem, steps I've taken, and the relevant details of my setup.
Issue Description: I am successfully able to initialize a video upload session for video stories and receive a video_id and upload_url. However, when I attempt to upload a hosted video file to the provided upload_url, I consistently receive a 400 Bad Request error with a NotAuthorizedError message, stating "User not authorized to perform this request."
Verified that the access token has the necessary permissions and is valid. Checked that the file_url is publicly accessible and correctly formatted. Attempted different formats for the upload request, including sending file_url as JSON data and in headers. Reviewed Facebook Graph API documentation for any missing steps or requirements. Despite these efforts, the issue persists. Could you please provide guidance on what might be causing this NotAuthorizedError and how to resolve it? Any additional insights or steps I should follow would be greatly appreciated.
Also gave all necessary permissions needed for the sharing on video-stories.
it should also be noted that I can easily share Image Story and the problem is only with the Video Stories
Thank you for your assistance.