QuickConnect can also be used to securely connect to the Player.IO services with a Kongregate user.
You will first need to integrate your game with the Kongregate APIs, so that Kongregate users can sign in to your game. Please refer to these resources if you need help with this:
When you have integrated your game with Kongregate, you can set up QuickConnect in your Player.IO admin panel. In order for the service to validate Kongregate users, you will need to share the Kongregate API key for your game.
Of course, you are also be able to list and export all your users on the admin panel page.
Finally, when you have it all set up properly, you can use QuickConnect. You will need to use the Kongregate Client API to retrieve the user's user id and game authentication token. Instructions on how to use those parts of the Kongregate API can be found here.
Putting all of this together means that instead of calling the usual PlayerIO.connect() method, you instead call the kongregateConnect() method, like this:
For more information, just check out our AS3 client reference documentation.