1

我们根据 mochi 游戏客户端的说明发送以下请求代码:

var options = {partnerID: "xxxxxxxx", id: "idx"};
options.userID = 1;
options.username = 'username';
options.gateway = 'http://example.com/game';
options.width = 320;
options.height = 300;
options.debug = true;
Mochi.addLeaderboardIntegration(options);

闪光没有反应。有没有人成功整合麻糬游戏的经验?请帮忙。

这是说明:http ://www.mochimedia.com/support/pub_docs#boards

4

1 回答 1

0

though its a bit late but I successfully parsed and load data from mochi feeds using C# and ASP.NET. The requested json file is parsed, checks for the game existence if not found then enters the game in database and adds to a queue which is later processed in a thread that downloads game and images. I have created two websites suing my own script like Gamefiz and Curlgames

于 2012-01-11T11:28:05.373 回答