Facebook : How to force facebook to scrape latest URL link data?
Problem :
When you try to put URL link on a Facebook input boxes and Facebook will automatically scrape a "preview" data from the link.
However, there are times when you want Facebook to "refresh" the preview of the link due to some correction on your blog(the link to your blog) or somehow the first scraped version is not perfect.
So, how to force Facebook to update their cache data of your link by scraping the latest from your link?
Solution :
- Go to the Facebook URL Linter/ object debugger tool : https://developers.facebook.com/tools/debug/og/object/
Then copy-and-paste the link you want to force Facebook to refresh the cache data into the
Input URL
box.Press the "Fetch new scrape information" button.
See also : Facebook : Getting the friends list with PHP return JSON format
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+8.8k Golang : Find duplicate files with filepath.Walk
+7k Mac OSX : Find large files by size
+37.7k Upload multiple files with Go
+23.3k Golang : Print out struct values in string format
+62.9k Golang : Convert HTTP Response body to string
+19.2k Golang : Clearing slice
+5.4k Golang : Pad file extension automagically
+16.6k Golang : How to implement two-factor authentication?
+9.1k Golang : What is the default port number for connecting to MySQL/MariaDB database ?
+31k Golang : Download file example
+11.6k Golang : Concatenate (combine) buffer data example
+12.8k Golang : Transform comma separated string to slice example