Skip to content

Instantly share code, notes, and snippets.

@jmblog
Created July 17, 2012 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmblog/3128471 to your computer and use it in GitHub Desktop.
Save jmblog/3128471 to your computer and use it in GitHub Desktop.
FQL: Count comments from a specified user on a facebook page
select '' from comment where post_id in (select post_id from stream where source_id = FB_PAGE_ID) and fromid = FB_USER_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment