Not a big surprise... I had a Facebook profile years ago and had to create a fake profile some years later. Needed to add my phone number for access tokens etc. and somehow the moment I saved my number all my old friends and family members showing up as friend suggestions I think that even careful people on the internet would be disgusted when they could having an unfiltered look in the "real" data Facebook tracked a…
Ask HN: Does Facebook not delete your personal data along with the account?
11–20 of 20 posts
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#12If you never sign up for Facebook they create a shadow profile about you. It sort of makes sense that if you delete your account it reverts back to the shadow profile.
I am not so sure about that. Almost any answer in that report is vague or circling the issue. Facebook does state, however, that they do NOT create profiles for non-users, nor track their history. The vagueness implies that they do not want to lie to the senat. Yet, they state rather clearly that there are no shadow profiles. Therefore, it seems there actually may be none.
My thought is this: as big as facebook is, they are probably curious about the people who don't have facebook accounts. "we know this person exists because of the activity we see on the internet but we can't link them to any facebook profile." Maybe this is too out there but if i was a company trying to get every user on the internet to have a face book account, the ones without would be as interesting as the ones with.
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#13If you never sign up for Facebook they create a shadow profile about you. It sort of makes sense that if you delete your account it reverts back to the shadow profile.
I am not so sure about that. Almost any answer in that report is vague or circling the issue. Facebook does state, however, that they do NOT create profiles for non-users, nor track their history. The vagueness implies that they do not want to lie to the senat. Yet, they state rather clearly that there are no shadow profiles. Therefore, it seems there actually may be none.
Someone asked Zuck directly about tracking non-users, he said he'll have his team answer the question, and continued with a bullshit "I know about cookies.".. yeah thanks Mr. Boy Wizard, you know about cookies..
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#14Not a big surprise... I had a Facebook profile years ago and had to create a fake profile some years later. Needed to add my phone number for access tokens etc. and somehow the moment I saved my number all my old friends and family members showing up as friend suggestions I think that even careful people on the internet would be disgusted when they could having an unfiltered look in the "real" data Facebook tracked a…
Many have similar experiences, but let me quote facebook directly "When the person visiting a webs ite featuring Facebook’s tools i s not a registered Facebook user, Facebook does not have information identifying t hat individual, and it does not create profiles for this individual. " So, I wonder: Is facebook triangulating you based on contact information from other users, or are they deceiving the senators in this…
FB probably would just have a classification of this person, e.g. where they stand on the left-right spectrum, how much they like particular things (e.g. cars, fashion, travel), their income level..
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#15Re: Ask HN: Does Facebook not delete your personal data along with the account?
#16It might also be a technical problem, because there are a zillion foreign keys pointing to that user record in the database. It's a problem common to every application, worse at Facebook scale. All technical problems have solutions, one is to replace customer data with fake ones. Still, some patterns could give away personal information. Example: a spike in the number of posts on a timeline gives away the birthday da…
Hiding behind "too hard" is a dumb cop out. Regulatory agencies should not buy it ever.
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#17Earlier quoted context omitted.
I am not so sure about that. Almost any answer in that report is vague or circling the issue. Facebook does state, however, that they do NOT create profiles for non-users, nor track their history. The vagueness implies that they do not want to lie to the senat. Yet, they state rather clearly that there are no shadow profiles. Therefore, it seems there actually may be none.
What is a `profile` though? If they create an entry on a different database not linked to face book profiles, does that count? My thought is this: as big as facebook is, they are probably curious about the people who don't have facebook accounts. "we know this person exists because of the activity we see on the internet but we can't link them to any facebook profile." Maybe this is too out there but if i was a compan…
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#18Re: Ask HN: Does Facebook not delete your personal data along with the account?
#19It might also be a technical problem, because there are a zillion foreign keys pointing to that user record in the database. It's a problem common to every application, worse at Facebook scale. All technical problems have solutions, one is to replace customer data with fake ones. Still, some patterns could give away personal information. Example: a spike in the number of posts on a timeline gives away the birthday da…
Re: Ask HN: Does Facebook not delete your personal data along with the account?
#20It might also be a technical problem, because there are a zillion foreign keys pointing to that user record in the database. It's a problem common to every application, worse at Facebook scale. All technical problems have solutions, one is to replace customer data with fake ones. Still, some patterns could give away personal information. Example: a spike in the number of posts on a timeline gives away the birthday da…
Why would you even be able to retrieve the number of posts of a deleted account, much less other metadata? It seems like that is the most trivial to hide. The posts of a deleted account should be replaced with some sort of deleted marker and impossible to index from old profile or account. Technically trivial to implement even at Google or Facebook scale of replicated world since they do have a unique account ID. The…
Probably a bit of a convoluted example but I see the point GP is making.