views:

158

answers:

1

How can I get a limited no of friends from facebook using fbconnect and FQL

A: 

FQL supports the LIMIT clause.

SELECT something, something FROM table LIMIT 10
ceejayoz