Hi. Basically I'm creating an app that uses facebook scores and the scoreboard service which works fine for the minute.
However I also want to have a global high score list, which again works fine however it uses the facebook IDs.
When the user opens up the global highscore list the names are all in number format, as thats how you manage facebook scores. What i'm looking for is an easy way to convert those ID's back into real names when I call the GetTopRankers() method.
At the moment I can get it working by using Graph requests, but as these are asynch, they sometimes take too long ( when signal is low for example) and it cannot complete my conversion.
I wondered if APP42 itself had something to counter this?