Thanks. How much you charge to explain how to setup the api code to the game?
This is the message I received from the server admin:
To start the game, my site will make this request to your system, which will return the url that I will place in an iframe within the site where you will already be logged in
curl --location 'https://your_system.com/api/v1' \
--header 'Content-Type: application/json' \
--data ' {
“method": ‘game_launch’,
“agent_token": ‘e97aa980ab7d4eb9a90beff38e7ecf98’,
“user_code": ‘178’,
“provider_code": ‘BOOONGO’,
“game_code": ‘sun_of_egypt’,
}
Return
Success:{“status”: 1,“msg”: “SUCCESS”,“launch_url”: “http://yoursite.com/game_name/02d7a646a072d9f9fd26227fcd1c60ac9815d65b”}