Skip to content

Instantly share code, notes, and snippets.

@santiagobasulto
Created April 5, 2012 19:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save santiagobasulto/2313644 to your computer and use it in GitHub Desktop.
Simple Curl request to fb
curl \
-F 'access_token=…' \
-F 'batch=[
{"method": "GET", "relative_url": "me"},
{"method": "GET", "relative_url": "me/friends?limit=50"}
]'\
https://graph.facebook.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment