Can you access OpenFeint scores in-game?

Hi guys,

Shortly we’ll be working on a game using leaderboards, and just wondered if it’s possible to access & retain scores from OpenFeint to use in game.
As an example, in Doodle Jump you get the score markers to show other players scores. Is this possible using OpenFeint in Corona?

Thanks :slight_smile: [import]uid: 84115 topic_id: 22153 reply_id: 322153[/import]

Unfortunately no. You can only display scores via the built-in OpenFeint screens using the following Corona function…
[lua]gameNetwork.show( “leaderboards” )[/lua]

Please see the following API documentation for more details.
http://developer.anscamobile.com/reference/index/game-network [import]uid: 32256 topic_id: 22153 reply_id: 88169[/import]