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
+6.1k Golang : How to get capacity of a slice or array?
+7.4k Golang : Dealing with struct's private part
+11.5k How to tell if a binary(executable) file or web application is built with Golang?
+9.3k Golang : Accessing content anonymously with Tor
+17.5k Convert JSON to CSV in Golang
+4.8k Unix/Linux : secure copying between servers with SCP command examples
+12.1k Golang : How to check if a string starts or ends with certain characters or words?
+36.2k Golang : Convert date or time stamp from string to time.Time type
+25.2k Golang : convert rune to integer value
+33.4k Golang : How to check if slice or array is empty?
+12.8k Swift : Convert (cast) Int to String ?
+17.8k Golang : Get all upper case or lower case characters from string example