Last active
February 6, 2016 10:57
-
-
Save ascendbruce/ed51360753edf7ce1fd8 to your computer and use it in GitHub Desktop.
Fetch facebook graph object scrape information clear cache in command line
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment