I am going to launch a website offering registration. I just thought about implementing Facebook Connect for login / registration.
Anyone have any recommendations on how to do this properly?
I started by loading the script, now I'm at the point where I have public user data (username, first name, last name, etc.).
Now I have a few questions:
- Should I allow registration of both FB and non-fb users?
- For Facebook users, I just have to publish publicly available data for each user who subscribes, add it to the same user database, where I store non-fb user data?
Thank,
source
share