I have a few additional questions.
Is there any plan or possibility to support pagination for GetSocialLeaderboard or other social leaderboard APIs?We are considering cases where some high-degree / influencer-like users may have 10,000+ friends.
In that case, retrieving the full friends leaderboard at once could increase response size and server load. We would like to know whether there is a way to retrieve the friends leaderboard in ranges such as rank 1-50, 51-100, 101-150, etc.
If social leaderboard pagination is not feasible, would it be possible to raise maxMultipleLeaderboardScoreLimit to 100?As an alternative, we are considering a design where we retrieve the Top 100 friends by score for the current user.
We are considering using:
GetMultiSocialLeaderboard([leaderboardId], 100, replaceName)
If 100 is not possible, could you let us know the maximum value that would be available?
Is there any API or recommended approach to retrieve only the current player’s own rank and score within their friends leaderboard without retrieving the full friends leaderboard?For example, we are considering showing a separate “My Rank” row in the UI in addition to the Top 50 or Top 100 list.
Thank you.