Game networks

Hi,

i want to add leaderboard to my app, but i just get message: You are offline. Ensure that the application key and secret are corect.

i created acc in openfeint, created test app in sandbox. Added all variables still no good ;/

Application ID 16160
Title Pop The Bubble
GadgetXML URL
Usage of WebViewAppSDK Not In Use
Consumer key b16a4f999beb
Consumer secret d98646543f56337c1a036db0e83bf780
Supported devices Android

leaderboard Scores
local ui = require(“ui”)
local gameNetwork = require “gameNetwork”

of_product_key = “d98646543f56337c1a036db0e83bf780”
of_product_secret = “b16a4f999beb”
of_app_id = “16160”
of_display_name = “Pop The Bubble”
of_leaderboard=“Scores”

if gameNetwork then
if ( of_product_key and of_product_secret ) then
gameNetwork.init( “openfeint”, of_product_key, of_product_secret, of_display_name, of_app_id )
end
end
gameNetwork.show( “leaderboards” )
any ideas ?
[import]uid: 131764 topic_id: 29223 reply_id: 329223[/import]

How long ago did you create your OF app? I’m wondering if this is related to the fact no one can create new OF apps any more since GREE stuff. [import]uid: 52491 topic_id: 29223 reply_id: 117548[/import]

Few days ago.Probably that’s because of gree. Is there any alternatives for Android? [import]uid: 131764 topic_id: 29223 reply_id: 117551[/import]

I think GameMinion may do leaderboard stuff; they have a thread worth searching for. [import]uid: 52491 topic_id: 29223 reply_id: 117682[/import]

thanks [import]uid: 131764 topic_id: 29223 reply_id: 117687[/import]