Facebook game invitable friends search box

365 views Asked by At

In the facebook docs for invitable friends, https://developers.facebook.com/docs/games/invitable-friends/v2.3 they recommended

"Even though the friend list provided by the invitable friends API is a ranked list sorted by relevance to the current player, it is a good idea to build a search box into your multi-friend selector. This way you will ensure that your players who have a big list of invitable friends can find the right friend they want to invite into your game."

However, there is no search API for invitable friends. Do they expect us to make a call to invitable friends with limit = 5000 and perform search on the client side? If so, what's the point of providing the paging parameters?

0

There are 0 answers