Got this error in Facebook Graph API Explorer, for scrape:
{
"error": {
"message": "Invalid parameter",
"type": "OAuthException",
"code": 100,
"error_subcode": 1611071,
"is_transient": false,
"error_user_title": "URL Follow Failed",
"error_user_msg": "There was an error in fetching the object at URL 'https://tikex-dev.com/kubl/fl50/j1vd/r36s', or one of the URLs specified via a redirect or the 'og:url' property including one of https://t44-post-cover.s3.eu-central-1.amazonaws.com/fr1n.",
"fbtrace_id": "AMZdGCazFLYGP6MfT-YZ-WF"
}
}
service used: ?scrape=true&id=https://tikex-dev.com/kubl/fl50/j1vd/r36s
Sharing page point to a gif file with og:image and og:url. what is wrong? If I share the gif file in Facebook, not sharing page, gif is loaded, rendered, animated.
Does AWS need to provide something more in header?
What OAuthException means?


The tag with
og:urlis supposed to be readable and providing OG tags. Your gif is not readable, it's got a binary mime-type.https://developers.facebook.com/docs/sharing/webmasters/getting-started/versioned-link/?locale=en_US
And
The canonical tag is more important than the
og:urltag equivalent tho, use it too:In your setup, you have a webpage with
text/htmlthat redirects to a gif with typeimage/gif.The gif has no CORS headers at https://t44-post-cover.s3.eu-central-1.amazonaws.com/i61t