开发者

Is there a way to get only the top 50 friends from the friendslist using Graph API

Can someone advice if there is a possibility of geting just the top 50 friends from Facebook using Graph API. I currently get all the friends from Facebook, which kind of slows down the requ开发者_高级运维ests and take a while for it process. Could someone advice on this.


Use the limit and offset querystring parameters like this: me/friends?limit=50&offset=0

Test it here on the Facebook graph explorer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜