I am trying to implement a service. Lets say I want to let my users create their page and then share it on Facebook right away.
I tried to use Facebook send dialog. It works, but it can't load images since it is not scraped yet. If I go and scrape the url manually and then try to share it it will work just fine but I need it to work real time for my users.
What shall I do?
This is not a duplicate as people said. The solutions was to add og tags for width and height like
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="300" />