Connect to to the back-end
connect()
Connecting
The connect
function should be used as soon as you have access to the Kongregate API object in order to initialize the connection to our servers. For more information on initialization, see the Client API Introduction.
Note
This function only needs to be called when using the AS3 API, as the AS2 and JavaScript APIs will call it automatically. It is safe to call in other languages, but it will have no effect.
kongregate.services.connect();