Platform: Windows Phone 8
I'm using Leaderboard service APIs. I use http://api.shephertz.com/app42-docs/leaderboard-service/#get-user-ranking to fetch the Rank of the user. This returns me the user's Rank according to highest score achieved by user amongst other highest scores.
What I'm looking for is getting the 'current rank' of user based on the last score submitted. For example, if user1's last score is 100, user2's last score is 50 and user3's last score is 25, and user3's highest score is 500, still user1 should be ranked 1 and user3 ranked 3!
How can I achieve this 'Live Ranking'?