I have problem with image url within facebook's meta tag:
<meta property='og:image' content="images/defaultRFCa.jpg"/>
Facebook's Linter (debugger) screams:
The image url obrazky/defaultRFCa.jpg is not compliant with RFC2396 and will not be displayed correctly.
I've tried absolute and relative url's but with no effect. I've tried this stackoverflow advices too. Thank you