Say users can register normally on my website the good old username: email: and Password: fields.
But lets say a user decides to register on my site via facebook if i implement this. Now say when a user registers with facebook i ask them to make a username pass and submit there email with that information.
But when the user logins via facebook, how do i match it to the user in my mysql database or know who im logging in with?
Say my mysql contains user: pass: email: Do i need a new colum that somehow communicates these two logins? How would that work.
I was looking at Facebook Login Methods here. Not sure which id need?