web scraping - Facebook Meta tags parsing -


if add link website facebook, acts if doesn't have open graph meta tags , shows link. have meta tags on page.

in fact, after go https://developers.facebook.com/tools/debug , enter link there shows scraping done fine.

then, if post link again, link displays correctly.

why happen? can think of 1 alternative - facebook has workers scrape links posted, if first time link encountered. once scraped, other posts same links displayed scraped data. debug scraper has priority input data instead of workers.

is case?


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -