1

This article article has an issue with Facebook. When I try to share the article with sharer.php Facebook does not work (try by clicking the Facebook icon). Most of the other articles are working fine. I am using the og:image tag, but with this article the image is not loaded.

UPDATE:

From this debugger I get: https://developers.facebook.com/tools/debug

Response Code: 206 Fetched URL: https://s3.amazonaws.com/cd.live/uploads/content/image/5212/aside_main_air-pollution-day-2.jpg Canonical URL: https://s3.amazonaws.com/cd.live/uploads/content/image/5212/aside_main_air-pollution-day-2.jpg Errors That Must Be Fixed

Can't Download: Could not retrieve data from URL.

rtacconi
  • 14,317
  • 20
  • 66
  • 84

2 Answers2

0

Have you tried http:// instead of https:// for the og:image url?

Willem Van Bockstal
  • 2,233
  • 1
  • 17
  • 24
0

Looks like an S3 authentication key problem and not facebook's already deprecated sharer.php api (go here for more info). You'll need to look into your S3 auth and ensure that you can open up an image in your browser prior passing it onto FB's sharer.php.

Community
  • 1
  • 1
webcoder
  • 129
  • 1
  • 10