We have a social site, and want to integrate facebook connect to save time on the user needing to select their gender, etc. etc. and also use FB Connect as a method to skip signing up with us.
Each user on our site has a unique user name that they go by... One thing I can't wrap my head around, is if someone logs in with Facebook connect, how do I assign them a username? I mean, what if they dont want to user their real name? (assuming I would use their firstnameLastname, and add a number behind it if it existed already.. i.e: johnsmith, or johnsmith1, etc)
Perhaps I am confused, or am missing something... So how do I generate a user name?
I have the facebook connect button working, and it pops up with a slew of friends id's when they login...
so is there any good NON-facebook-made code samples? The runner app they have is a mess...