How can I get a limited no of friends from facebook using fbconnect and FQL
views:
158answers:
1
A:
FQL supports the LIMIT clause.
SELECT something, something FROM table LIMIT 10
ceejayoz
2009-12-28 15:15:42