开发者

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

开发者 https://www.devze.com 2023-04-06 07:44 出处:网络
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开发者_高级

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

精彩评论

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