Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Created October 11, 2011 05:27
Show Gist options
  • Save takekazuomi/1277359 to your computer and use it in GitHub Desktop.
Save takekazuomi/1277359 to your computer and use it in GitHub Desktop.
fql sample
curl -F 'access_token=XXXX' \
-F 'query=SELECT post_id, created_time,message FROM stream WHERE source_id = 365989369023 and created_time < 1276095600 limit 500' \
-F 'format=json-strings' \
https://api.facebook.com/method/fql.query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment