Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear Facebook like button cached information

Does anybody know how to clear the cached information that Facebook uses for the Like button?

I need to be able to clear a lot of pages at once making a site-wide solution ideal.

This is the website: http://www.stayin-yorkshire.net/

like image 731
John Shimeld Avatar asked Dec 09 '22 04:12

John Shimeld


1 Answers

If you run your pages through the Facebook linter it will clear the cache and rescrape your pages.

http://developers.facebook.com/tools/debug

If you have a list of all pages on your site you can programmatically submit each URL to the Facebook linter which is easier than typing them all in:

curl http://developers.facebook.com/tools/lint/?url={YOUR_URL}&format=json
like image 151
DPS Avatar answered Dec 20 '22 15:12

DPS