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
2010-05-15 20:01:20
can you provide an example of how to enumerate them?
2010-05-15 20:21:10
Depends on your programming language - you do it there once you've retrieved the results using FQL.
David M
2010-05-15 20:35:48