views:

257

answers:

1
+1  Q: 

fql result count

how to find fql result count?

+1  A: 

FQL doesn't support a COUNT function. Get the results, and just enumerate them.

See here: http://blogs.x2line.com/al/archive/2007/10/07/3287.aspx

David M
can you provide an example of how to enumerate them?
Depends on your programming language - you do it there once you've retrieved the results using FQL.
David M

related questions