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
+9.8k Golang : Eroding and dilating image with OpenCV example
+15.7k Golang : How to convert(cast) IP address to string?
+9.1k Golang : Go as a script or running go with shebang/hashbang style
+7.3k Golang : Dealing with postal or zip code example
+14.3k Javascript : Prompt confirmation before exit
+5.8k Unix/Linux/MacOSx : Get local IP address
+4.2k Javascript : Empty an array example
+9k Golang : On lambda, anonymous, inline functions and function literals
+22.3k Golang : Join arrays or slices example
+8.3k Golang : HttpRouter multiplexer routing example
+22.9k Golang : Round float to precision example
+24.2k Golang : Use regular expression to validate domain name