Login From Multiple OAuth Services, Keeping Profiles in Sync
- by viatropos
Given the following:
I have an application that allows people to login through twitter, myspace, yahoo, and google
User creates initial account by logging in through Google
User logs out
User logs back in using Yahoo.
...is there a recommended way for the application to associate those two accounts together? Stack Overflow has this…