Last active
August 29, 2015 14:17
-
-
Save troyericg/cd877498fe5144d074ae to your computer and use it in GitHub Desktop.
How to update Facebook's page cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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