FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

FOSFacebookBundle + FosUserBundle Email exist in the BDD #227

Open JeremyPinhel opened 11 years ago

JeremyPinhel commented 11 years ago

Hello everyone,

I have a special use case i can not solve. When the user click on facebook connect and find an similar email in my BDD. I want to ask the user if the account belongs to him.

If the answer is yes, he needs to connect with his account and then add the facebook id in the bdd.

If the answer is no, i create a new user in the bdd and log in.

I don't find the best way to do this, someone can i help me ?

Thanks