Forum QuickConnect ______________

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

______________

Postby cihanalma » June 9th, 2011, 6:15 pm

______________
Last edited by cihanalma on January 29th, 2013, 11:07 pm, edited 1 time in total.
cihanalma
 
Posts: 7
Joined: January 2nd, 2011, 5:45 pm

______________

Postby cihanalma » June 11th, 2011, 1:50 pm

______________
Last edited by cihanalma on January 29th, 2013, 11:07 pm, edited 1 time in total.
cihanalma
 
Posts: 7
Joined: January 2nd, 2011, 5:45 pm

Re: help me please

Postby Henrik » June 11th, 2011, 3:22 pm

It's kinda hard to answer your question since you don't tell us what your problem is.

If you want to have registration in your game, you should use QuickConnect: http://playerio.com/documentation/quick ... impleusers

When a player wants to register, you show them a form where they can fill in username and password and any extra data, then you call the simpleRegister() method. When a player wants to log in, you show a form where they can fill in username and password, and then call the simpleLogin() method.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

______________

Postby cihanalma » June 11th, 2011, 4:08 pm

______________
Last edited by cihanalma on January 29th, 2013, 11:07 pm, edited 1 time in total.
cihanalma
 
Posts: 7
Joined: January 2nd, 2011, 5:45 pm

______________

Postby cihanalma » June 11th, 2011, 5:56 pm

______________
Last edited by cihanalma on January 29th, 2013, 11:08 pm, edited 1 time in total.
cihanalma
 
Posts: 7
Joined: January 2nd, 2011, 5:45 pm

Re: help me please

Postby Benjaminsen » June 11th, 2011, 6:40 pm

I suggest you take a look at the examples in the download package, should get you started.
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

______________

Postby cihanalma » June 12th, 2011, 1:09 pm

______________
Last edited by cihanalma on January 29th, 2013, 11:07 pm, edited 1 time in total.
cihanalma
 
Posts: 7
Joined: January 2nd, 2011, 5:45 pm

Re: help me please

Postby Henrik » June 12th, 2011, 6:25 pm

cihanalma wrote:it is not working

my questions:
how can make a registration system for a virtual word game.
how can make the connection of bigdb and ouickconnect

How is it not working? What errors do you get?

I already answered your question on how to make a registration system above. You need to display various input forms to your players, and when they've filled them out, you call the appropriate QuickConnect methods, either simpleRegister() or simpleLogin().

When you've called simpleRegister, you will get back a connection object for that player, and with that you can then call the various BigDB methods.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to QuickConnect



cron