What’s wrong with this code using OpenFeint??
[code]
local openfeint = require “openfeint”
openfeint.init(“MyProductKey”,“My Secret Key”,“Test OF App”)
openfeint.launchDashboard()
openfeint.setHighScore( { leaderboardID=585364, score=232, displayText=“232 pts” } )
–This is the ID created at Open Feint for this leaderboard
openfeint.unlockAchievement( 736612 )
–This is an achievemnt created on OpenFeint
openfeint.launchDashboard( “highscore”, { leaderboardID = 585364 } )
[/code] [import]uid: 3826 topic_id: 4279 reply_id: 304279[/import]