Skip to content

Instantly share code, notes, and snippets.

@troyericg
Last active August 29, 2015 14:17
Show Gist options
  • Save troyericg/cd877498fe5144d074ae to your computer and use it in GitHub Desktop.
Save troyericg/cd877498fe5144d074ae to your computer and use it in GitHub Desktop.
How to update Facebook's page cache
Go to this page...
https://developers.facebook.com/tools/debug/
... and add this string ...
?fbrefresh=CAN_BE_ANYTHING
... to any url ...
<URL />
... and get ...
<URL />?fbrefresh=CAN_BE_ANYTHING
Then hit "debug" and it will refresh all the data it has saved from your page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment