OpenFeint Dashboard

Hi, everyone. Is there a way to login in OpenFeint without show OpenFeint login Screen? My gameNetwork.init() is in main.lua( I’m using Director.lua ) then everytime I inicialize my game the OpenFeint’s Screen appears before my game’s menu. Is it normal?

I noticed openfeint.launchDashboard() is deprecated. Is there other way to call Dashboard? Thanks. [import]uid: 40281 topic_id: 16618 reply_id: 316618[/import]

the OF login screen appears on every start as long as the user logged in once or declined the usage of OF.

the new way to show the dashboard is described here
http://developer.anscamobile.com/reference/index/gamenetwork/gamenetworkshow

-finefin [import]uid: 70635 topic_id: 16618 reply_id: 62127[/import]

Ok, CANUPA. There is one more doubt. When I use openfeint.lauchboard() appears complete screen with leaderboard, challenges,achievements,…in this case that I show me I must write something like that to show complete screen:

[lua]gameNetwork.show( “leaderboards”)
gameNetwork.show( “achievements” )
gameNetwork.show( “friends” )
gameNetwork.show( “challenges” )[/lua]

Am I right? [import]uid: 40281 topic_id: 16618 reply_id: 62144[/import]

The link already posted tells you that info :wink: [import]uid: 52491 topic_id: 16618 reply_id: 62511[/import]