Image not appearing when sharing URL via Facebook - facebook

I'm preparing to launch a new site, http://www.careerclaim.com, and if I share the URL via FB only the URL displays, not the logo and title.
I've entered the URL in FB's debugger and it returns:
Can't Download: Could not retrieve data from URL.
Please help! Thank you!!!

You are redirecting to the HTTPS version of your page, but your og:url meta element states that the version using just HTTP was the “real” one – and that leads to an endless redirect circle, https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.careerclaim.com%2F

Related

Facebook sharing debugger gives 404

Can you please help me debug this! Whenever we are sharing content links from our website in facebook; its not working. Redirection to content works if I'm using desktop browser or directly opening the link in mobile browser. But from facebook in app browser I can see either its loading 404 page or the video doesn't play. What could be the reason behind this? Please check below link from here
Either redirect from http to https in general or change the og:image to https instead of http. If you enter the URL into the browser, you get redirected: http://www.bioscopelive.com/bundles/bongoweb/images/oglogo.jpg
You can also add og:image:secure_url as metatag with the https URL of the image.
Make sure that everything is public and not locked by gelocation or login. Facebook servers need to be able to reach the URLs.

Facebook Like plugin - Canonical URL in response is pointing to some random domain

When I enter my page URL http://korydor.in.ua/reviews/1507-vzyat-na-karandash to https://developers.facebook.com/tools/debug/ I can see that Canonical URL is pointing to some random ya.ru domain.
How to get in touch with Facebook dev team to fix that ?
This page has relevant metadata information, it is not a case of the problem
meta property="og:url" content="http://korydor.in.ua/reviews/1507-vzyat-na-karandash"
Further down that same page it explains why this is happening, screenshot attached
Your site is redirecting Facebook's crawler - you need to stop redirecting the crawler if you want the metadata for that URL instead of the after-redirect URL

Facebook sharer.php is not showing the image even when using the image tag

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.
Have you tried http:// instead of https:// for the og:image url?
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.

Notifications URL of Facebook comments show no comments

I'm using Joomla in my site and I had installed Facebook Connect. My problem is that when I receive a notification that someone has replied my post, the URL is modified, so I can't see any comment.
Example:
Original Website is http://unionvecinalquilmes.com.ar/getting-started.html.
URL of the notification is http://unionvecinalquilmes.com.ar/getting-started.html?fb_comment_id=fbc_10150903622273242_25781034_10150903622413242#f19a826f4
How can I correct this problem?
You should specify the href of the comments plugin to your page URL. For example, use the base URL if your pages' base URL is always the current page URL.

facebook api, images url

When I paste a link on my Facebook automatically reads the url and assigned me a picture of them on my server etngo as I can do to take a default image.
Yes, set your og: tags on the web page. See https://developers.facebook.com/docs/opengraph/ pay attention to og:image.