Forum QuickConnect Where do I Put It?

Discussion and help relating to PlayerIO's QuickConnect feature, including Facebook Connect and Kongregate Connect.

Where do I Put It?

Postby AdobeAlf » October 23rd, 2010, 7:56 pm

I have the register code for my player.IO game but where do I put it in? I am still very new to the whole thing here is the code


//Register a user with QuickConnect for Simple Users
PlayerIO.quickConnect.simpleRegister(
stage,
'<Not telling u my game id>',
username,
password,
email,
null, // captcha key, if captcha is used
null, // captcha value, if captcha is used
{gender:'male',age:99}, // any additional data you want
function(client:Client):void{
//...
}, function(e:PlayerIOError):void{
trace("Error: ", e)
}
);


I need help please help me! thank you.
AdobeAlf
 
Posts: 4
Joined: September 30th, 2010, 9:07 pm

Re: Where do I Put It?

Postby AdobeAlf » October 24th, 2010, 8:02 am

i quit since no one here ever answers the forum questions even the support team don't help and there aren't any good tutorials i was just looking for a server service that ddin't need an avatar chat example! i will just go back to smartfoxserver at least they have support. BTW i am only a teen and don't know much about coding.
AdobeAlf
 
Posts: 4
Joined: September 30th, 2010, 9:07 pm


Return to QuickConnect