I have a website where I allow users to sign up using normal registration as well as login via facebook.
If the users signs up using normal registration then I want to provide him with an option of connect via facebook. I will give him this option to connect only if he is already logged in using normal login in this case.
So my problem is, how do I link the two accounts which may not have same email ids in this case? In other words I want to link these two accounts on my system.
Thanks in Advance.