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
+39.7k Golang : UDP client server read write example
+9.8k Golang : Read file and convert content to string
+13.1k Android Studio : Password input and reveal password example
+6.9k Golang : Squaring elements in array
+7.2k Golang : Convert source code to assembly language
+4.6k Golang : A program that contain another program and executes it during run-time
+7.8k Golang : Append and add item in slice
+15.7k Golang : Generate universally unique identifier(UUID) example
+4.2k Linux/MacOSX : Search and delete files by extension
+18.3k Golang : Set, Get and List environment variables
+12.6k Golang : Get terminal width and height example
+11k Golang : Fix fmt.Scanf() on Windows will scan input twice problem