Skip to content

Instantly share code, notes, and snippets.

@diegoeche
Created May 28, 2013 13:34
Show Gist options
  • Save diegoeche/5662792 to your computer and use it in GitHub Desktop.
Save diegoeche/5662792 to your computer and use it in GitHub Desktop.
for OG_URL in `cat og_urls.txt`
do
curl -X POST \
-F "id=$OG_URL" \
-F "scrape=true" \
"https://graph.facebook.com"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment