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
+12.4k Golang : Validate email address
+22.8k Golang : untar or extract tar ball archive example
+5.2k Golang : Print instead of building pyramids
+10k Golang : Translate language with language package example
+14.2k Golang : Chunk split or divide a string into smaller chunk example
+36.6k Golang : Validate IP address
+8.2k Golang : Tell color name with OpenCV example
+10k Golang : Check if user agent is a robot or crawler example
+22k Fix "Failed to start php5-fpm.service: Unit php5-fpm.service is masked."
+10k Golang : Channels and buffered channels examples
+18.2k Golang : Get command line arguments