mochi games integration problem
We send below code of request according to the instruction of mochi games client: 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); T...