Hi @betterend,
It has been a while since Facebook has introduced two options for the user’s data deletion process.
Facebook has two option to tackle this problem
1. “Data Deletion Callback URL”
2. “Data Deletion Instructions URL”.
What you need to know is that, LoginPress Social Login registers the WordPress accounts according to the details which are coming from the provider.
So if a user would request deleting his/her Facebook details, that means the WordPress account deletion as well.
By deleting the WordPress account, all the details we stored from Facebook will be deleted.
So basically you need to handle this case the same way, as you would handle a normal account deletion requests.
So in your Facebook App > User Data Deletion you need to choose the “Data Deletion Instructions URL” option, and you need to enter the URL of your Privacy Policy, maybe with an anchor pointing to the corresponding section. And that will be fine.
Hi Zainab,
Thank you a lot for the clarification, I have added a section in the privacy policy regarding this.
I appreciate it.