The website I am retrieving images from is only accessible through HTTPS. So when I use Facebook debugger to scrape the page, it is only showing og:image, and that nothing is being returned. I need it to use the og:image:secure_url, that is defined in my code, but Facebook debugger doesn't even bring it in. The website I am developing is currently non-https. Could this be the issue?
<meta property="og:title" content="246 COUGARTOWN Circle">
<meta property="og:url" content="http://www.builtincalgary.com/houses/details/?idhouse=1778551&issimplyrets=true/">
<meta property="og:image" content="http://s3-us-west-2.amazonaws.com:443/cdn.simplyrets.com/properties/creb/photos/80477609/1.jpg">
<meta property="og:image:secure_url" content="https://s3-us-west-2.amazonaws.com/cdn.simplyrets.com/properties/creb/photos/80477609/1.jpg">