Hello
I’m trying to play with openfeint support in Corona - I’ve create small application, registered and approved it on openfeint, and using following code to try to submit data to openfeint leaderboard:
local openfeint = require("openfeint")
-- here goes real value I've obtained from openfeint
local of\_product\_key = "XXXXXX"
local of\_product\_secret = "YYYYYYYYYYYYYYYYYYY"
local of\_app\_id = "ZZZZZZZ"
openfeint.init( of\_product\_key, of\_product\_secret, "My Sharky Pool", of\_app\_id )
openfeint.launchDashboard( "Championships" )
openfeint.setHighScore( { leaderboardID="Championships", score=12463, displayText="Peter: 12,463 pts" } )
But when I’m looking into leaderboards I can see that Championships leaderboard has HS Count = 0. Am I doing something wrong?
Any help is welcome! [import]uid: 67485 topic_id: 11451 reply_id: 311451[/import]
From docs: