Hitesh
Hitesh

Reputation: 1

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

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

Upvotes: 0

Views: 239

Answers (1)

ceejayoz
ceejayoz

Reputation: 180024

FQL supports the LIMIT clause.

SELECT something, something FROM table LIMIT 10

Upvotes: 1

Related Questions