Skip to content

Instantly share code, notes, and snippets.

@uzulla
Created November 8, 2016 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzulla/e5fa01353e734277b071aea0c804f90b to your computer and use it in GitHub Desktop.
Save uzulla/e5fa01353e734277b071aea0c804f90b to your computer and use it in GitHub Desktop.
FacebookのOGPキャッシュがDebuggerでも消えない時に使う。たとえばog:imageがいつまでも出てこないときとか。
<html>
<body>
FacebookのOGPキャッシュがDebuggerでも消えない時に使う。
<form action="https://graph.facebook.com/" method="post">
url: <input name="id" ><br>
scrape: <input type="text" name="scrape" value="true"><br>
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment