Saying "unintentionally" here is like saying you unintentionally stole someone's TV when they gave you their key to walk their dog. It takes extra work to upload those contacts, which means several managers and developers decided to do it and then spent time implementing it. For the FB employees reading this: what is your tipping point? Would you say no to that assignment?
Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
101–110 of 310 posts
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#102Saying "unintentionally" here is like saying you unintentionally stole someone's TV when they gave you their key to walk their dog. It takes extra work to upload those contacts, which means several managers and developers decided to do it and then spent time implementing it. For the FB employees reading this: what is your tipping point? Would you say no to that assignment?
As long as you don't see the evil being literally done ie in form or row of inmates being sent to gas chambers, there are almost endless ways to persuade yourself that all is actually OK and fine.
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#103(4) knowingly and with intent to defraud, accesses a protected computer without authorization, or exceeds authorized access, and by means of such conduct furthers the intended fraud and obtains anything of value
https://www.law.cornell.edu/uscode/text/18/1030
A criminal investigation into whether or not this was really accidental would be entirely warranted here. If there was intent to access this information without authorized access that is criminal.
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#104I'm pretty sure LinkedIn does or used to do the same.
Still does. The apparently popular German payment system Sofortüberweisung (now run by Klarna) even requests the password of your bank account.
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#105Saying "unintentionally" here is like saying you unintentionally stole someone's TV when they gave you their key to walk their dog. It takes extra work to upload those contacts, which means several managers and developers decided to do it and then spent time implementing it. For the FB employees reading this: what is your tipping point? Would you say no to that assignment?
A common practice is to keep developers unaware of the real objective of their work (like Uber, in another comment on HN, https://news.ycombinator.com/item?id=13786384 ): - developer A is tasked to create the prompt to ask for username and password of the email account - developer B is tasked to call some API to upload contacts from email account - developer C is tasked to bind two functionalities. Now replace develo…
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#106Why would anyone just give a site their password to their email account? And to Facebook on top of that?
I myself have had trouble figuring out whether certain dialogs were OAuth dialogs or just skimming my password, and I've been in web software for 20 years. A layperson has no chance.
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#107Why would anyone just give a site their password to their email account? And to Facebook on top of that?
My mother, for example, does not really understand that websites are run by individual entities. There's one "internet" and all websites are kind of like a strip mall under general management, so in her mind if one page on facebook askes for a password to read my email, how is that any different than reading my email on on the yahooo page. All she knows is Facebook, an "official" website asked for a password.
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#108Here’s an example page from 2011 talking about facebook’s old feature to import contacts via providing them your email username and password. This was at a point when many web mail services didn’t offer an OAuth API to do this, so it did make some sense at the time. It was still safer to do a csv export and then import, but much easier for users to provide the password directly.
https://www.techwalla.com/articles/how-to-import-contacts-to...
> Type your email address and password for the Web-based email or instant-messaging service that you want to import into the dialog boxes and click "Find Friends."
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#10918 USC 1030 (a)(4) (4) knowingly and with intent to defraud, accesses a protected computer without authorization, or exceeds authorized access, and by means of such conduct furthers the intended fraud and obtains anything of value https://www.law.cornell.edu/uscode/text/18/1030 A criminal investigation into whether or not this was really accidental would be entirely warranted here. If there was intent to access this…
Generally, civil law is better suited for this sort of thing, no matter how good a pitchfork feels in your hand. As but one of the reasons, the required standard of proof is much lower.
Re: Facebook 'unintentionally uploaded' 1.5M people's email contacts without consent
#110Earlier quoted context omitted.
Facebook is a multi-billion dollar company. This is gross negligence if they didn't spend time to QA this.
Doing QA at large tech companies is never that simple. You have lots of teams that share code. Imagine a scenario where Team A uses code written by Team B which uses code written by Team C. Team C makes a change to their code that breaks Team B's code but only for the way Team A uses it .