Skip to content

Instantly share code, notes, and snippets.

@ascendbruce
Last active February 6, 2016 10:57
Show Gist options
  • Save ascendbruce/ed51360753edf7ce1fd8 to your computer and use it in GitHub Desktop.
Save ascendbruce/ed51360753edf7ce1fd8 to your computer and use it in GitHub Desktop.

Revisions

  1. ascendbruce revised this gist Feb 20, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    curl -X POST -F "id={the url}" -F "scrape=true" "https://graph.facebook.com"
    curl -X POST -F "id={the url}" -F "scrape=true" "https://graph.facebook.com"

    # from http://stackoverflow.com/questions/12100574/is-there-an-api-to-force-facebook-to-scrape-a-page-again
  2. ascendbruce created this gist Feb 20, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl -X POST -F "id={the url}" -F "scrape=true" "https://graph.facebook.com"