注册开发者 用户 (不能与玩家用户Email 相同)
下载的包里边,有例子。
要想跑起来的话,需要 上传一个应用
系统会生成:
"App Name", "App Key", "App Secret", "App ID",
替换该信息。
com.openfeint.example.OpenFeintApplication
OpenFeintSettings settings = new OpenFeintSettings("App Name", "App Key", "App Secret", "App ID", options);
否则会提示:
10-24 07:38:29.435: E/Openfeint(237): Reachability:Unable to launch IntroFlow because: Ensure that the application key and secret are correct.
帮助文档中还有关于 成就和排行榜介绍。