Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook connect situation

Tags:

php

facebook

My app is using its internal registration system for users to signup and login...

I am now checking out the idea of integrating Facebook Connect into my app but i have come to a situation that i think i need some sort of help...

So users in my app upon registration have to select a username and email address which are unique.

What will happen if a user tries to connect via Facebook and that user already exists? their email for example? or what will happen if that user doesnt have a username? can i show them error messages depending in their situation?

Also if the user doesnt have a username on facebook but has an email address that is not registered in my system do i have to show them a new inputfield for them to type in their username before they can access the website further?

like image 461
stergosz Avatar asked May 28 '12 18:05

stergosz


1 Answers

All of these scenarios have been explained in registration flows, specifically

My site uses Facebook and my own Registration

Registration Flow

like image 89
phwd Avatar answered Oct 13 '22 01:10

phwd