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
+21.5k Golang : Setting up/configure AWS credentials with official aws-sdk-go
+4.1k Golang : Converting individual Jawi alphabet to Rumi(Romanized) alphabet example
+6.9k Golang : Get Alexa ranking data example
+20.5k Golang : Convert PNG transparent background image to JPG or JPEG image
+9.5k Golang : Turn string or text file into slice example
+7.1k Golang : Accessing dataframe-go element by row, column and name example
+6.6k Mac OSX : Find large files by size
+13.4k Golang : Query string with space symbol %20 in between
+5k PHP : See installed compiled-in-modules
+7.3k Golang : Set horizontal, vertical scroll bars policies and disable interaction on Qt image
+10.1k Fix ERROR 1045 (28000): Access denied for user 'root'@'ip-address' (using password: YES)
+13.2k Golang : Read from buffered reader until specific number of bytes