Reputation: 1
How can I get a limited no of friends from facebook using fbconnect and FQL
Upvotes: 0
Views: 239
Reputation: 180024
FQL supports the LIMIT clause.
SELECT something, something FROM table LIMIT 10
Upvotes: 1