Facebook addiction for authentication

2

In many cases, stackoverflow being one of them, I sign in with Facebook. We were now pissed that I no longer want to be part of Facebook and I delete my Facebook account. What happens to my account on the sites that depended on the Facebook login?

For example in this, in stackoverflow pt:

Do I also lose my account?

Is there a way to integrate my authenticated facebook account with a new one that I have to do?

Does facebook login work? That is, I stop having facebook but my data is still there to get around cases like this?

I never experienced or heard anything about this eventuality, I would like to know how this is resolved

    
asked by anonymous 23.05.2016 / 10:43

1 answer

1

I think so, what you lose, because when you sign in with your facebook account, it uses an SDK to do it.

The PHP session is a Facebook session, so yes, you will no longer have access. But there are certain sites that pick up on the information and insert it in their database.

Very good documentation on using the SDK:

Documentation on saving Facebook data in the Database itself

  

Note: I apologize for putting external links, but a lot of documentation to transpose and I think they are very useful.

    
23.05.2016 / 11:02