openfeint.launchDashboard(“achievements”) is not working. What am I supposed to do. People say it will randomly start working, is that true?
Here is code:
local openfeint = require “openfeint”
local of_product_key = “myKeyIsHere”
local of_product_secret = “mySecretIsHere”
local of_app_id = “myIdIsHere”
local display_name = “myNameIsHere”
openfeint.init(of_product_key, of_product_secret, display_name, of_app_id)
local function op()
openfeint.launchDashboard()
end
local function ac()
openfeint.launchDashboard(“achievements”)
end
local function le()
openfeint.launchDashboard(“leaderboards”)
end
All three functions lead to same generic openfeint screen of the three selections: Forums and Chat, Fan Club, and Who’s Playing. [import]uid: 8335 topic_id: 13128 reply_id: 313128[/import]