The last line is not needed to choose whether to use OP or not the first time, that’s taken care by the init. In fact it should only be used in a button. Try commenting that line out and see if OP launches.
I don’t know if it matters, but mine looks like this:
[lua] openfeint.launchDashboard( “leaderboards” ) [/lua]
Also my theAppName and theAppID are the same. Don’t know if it matters either. But it’s certainly working for me.
Edit: wait, the require might also be wrong. Mine’s:
[lua] local openfeint = require(“openfeint”) [/lua]
[import]uid: 10835 topic_id: 4396 reply_id: 13758[/import]