The Facebook Crawler is hitting my servers multiple times every second.
During the day, Facebook crawler is practically DDOSing our server with tens of thousands of requests to URLS.

Hello,
we have a live app that worked for a while, and suddenly since 26th of Jan at around 9:30 we have started to see 9004 error while trying to upload media using a domain we own and used to serve images from. I would like to get some more info why this could happen here is a fbtrace_id with an error for example: AE1Mp57bnSVRr8fWIuvU2sO

Hi everyone, I apologize for my "bad" English (thanks chat gpt), but I'll do my best to explain my issue.
I'm referring to the documentation provided by Facebook at https://developers.facebook.com/docs/plugins/like-button/.
In my application code:
window.fbAsyncInit = function() {
FB.init({
appId: 'my id here',
xfbml: true,
version: 'v19.0'
});
};

(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement(s);
js.id = id;
js.src = "https://connect.facebook.net/pt_BR/sdk.js";
js.crossOrigin = "anonymous"
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
Plus, I've included the div with id="fb-root" and the div for the button.
The error I'm encountering is "The loading of “https://www.facebook.com/plugins/like/connect” in a frame is denied by “X-Frame-Options“ directive set to “deny“," as shown in the console, even though it shouldn't."
Am I making a mistake somewhere?

We get error messages like this when posting a carousel post on Instagram:
{"message":"Only photo or video can be accepted as media type.","type":"OAuthException","code":9004,"error_subcode":2207052,"is_transient":false,"error_user_title":"Media downloaden is mislukt","error_user_msg":"De media konden niet worden opgehaald via deze URI: http://...[VALID URL]","fbtrace_id":"As_84GaQOY9vGMolIqXEgkT"}
Anyone else? We didn't changed anything to the code .. but this pops up quite a lot (though not always?!) Any issues known on the API?
Thanks, Fred.