We needs friend's score by Leaderboard.

I success facebook login.

then

coronaCloud.getLeaderboardScores( leaderboardID )

Can only recall a friend’s score?

We want only friend’s score.

Similar problem http://forums.coronalabs.com/topic/34097-how-many-scores-can-the-leaderboards-list/

I success facebook login.

then

coronaCloud.getLeaderboardScores( leaderboardID )

Can only recall a friend’s score?

We want only friend’s score.

Hi,

Currently we don’t have a specific filter for friends only, this has been pushed up on the priority list and hopefully we can add this to the code soon.

Thanks

-Mohamed

Hello Mohamed, any chance we can get your position in the Leaderboard? maybe we can display 100 first users and tell the player he’s in position 2350 or something like that.

Other thing I’m not sure about is:

  • Does the response give all the users in the leaderboard? I mean if a game potentially have 100k users are we getting a list of 100k scores?

Any estimation on how and when the filters will work? 

Thanks.

Hi,

Currently getting scores returns them in sets of 25.

What we have done is added a parameter ‘page’ that will return the scores in sets of 25.

What you can do is loop and increment ‘page’, until you receive an empty list which indicates that there are no more scores.

This should be updated in the docs and framework-cloud soon.

Thanks

-Mohamed

please mohamed, add a way to get a player leaderboard position using his id.

this seems like something really simple and obviously useful and it’s still missing :confused:

thanks

@guilovsh, I totally agree and we have it lined up to get released soon. 

I will keep pushing to get this out ASAP for you guys.

Thanks

-Mohamed

Similar problem http://forums.coronalabs.com/topic/34097-how-many-scores-can-the-leaderboards-list/

I success facebook login.

then

coronaCloud.getLeaderboardScores( leaderboardID )

Can only recall a friend’s score?

We want only friend’s score.

Also any way to delete a single score? we’ve performed tests and they’re stored in the leaderboard and I’d like to remove it. a simple button in the corona cloud desk should be great. is it possible?

Hi,

Actually we are close to rolling out a button on the leaderboard that will allow you to clear all scores.

Thanks

-Mohamed

Hi Mohamed, while that is a very good option to have, I’ve got my game in production already, and scores are registered, I just need to delete my own scores… not the other users’ is that even possible?

Great news btw. and thanks for your quite fast answer.

Umm, ok let me see what we can do.

In the mean time if there is something you need to be removed; just send me your game info, leaderboard ID, and the player’s info and we can handle it on a case by case basis for now.

Also, you’ll be happy to know that we are working on getting you the ability to get scores filtered by friends.

Thanks

-Mohamed

Those are great news! thanks very much! :slight_smile: I’ll wait for it. no urgent stuff though.

Hi,

Currently we don’t have a specific filter for friends only, this has been pushed up on the priority list and hopefully we can add this to the code soon.

Thanks

-Mohamed

I was just wondering, are you guys planning to do daily scoreboards? for instance it would be useful to have a daily flush option so you can register the bigger winners of a day, but the scoreboards will be flushed so it can start over again the next day (or a selected period)

Hello Mohamed, any chance we can get your position in the Leaderboard? maybe we can display 100 first users and tell the player he’s in position 2350 or something like that.

Other thing I’m not sure about is:

  • Does the response give all the users in the leaderboard? I mean if a game potentially have 100k users are we getting a list of 100k scores?

Any estimation on how and when the filters will work? 

Thanks.

@matrix2000: not yet, but it’s a good idea. We’ll see what we can do on this :slight_smile:

Alex

Cool! thanks! :slight_smile:

Hi,

Currently getting scores returns them in sets of 25.

What we have done is added a parameter ‘page’ that will return the scores in sets of 25.

What you can do is loop and increment ‘page’, until you receive an empty list which indicates that there are no more scores.

This should be updated in the docs and framework-cloud soon.

Thanks

-Mohamed

please mohamed, add a way to get a player leaderboard position using his id.

this seems like something really simple and obviously useful and it’s still missing :confused:

thanks