This seems to be anecdotally confirmed by multiple people here. To me, if true , this screams of a broken engineering culture inside Facebook, where the model for data privacy and security is secondary, not primary. If this is indeed verified, no one should ever use Facebook for anything truly private, regardless of what apologies or excuses are made. It is difficult to think of something like this, where private ema…
Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
121–130 of 152 posts
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#122Earlier quoted context omitted.
correct, if u go back and forth you can read whole conversations.
This fact alone may also add a bit of credibility. If they were originally wall posts, your "threads" of conversation would be comments, not individual posts on each other's walls.
This system gave conversations a different feel, and is now causing people to confuse them with private messages.
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#123Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#124Hey guys - I work on Timeline here at Facebook and just wanted to chime in here. I've looked into a bunch of cases today where people were concerned their messages were showing up, but as has been pointed out in many places (e.g. techcrunch), there was no privacy violation here. If you've kept your old emails around (woohoo gmail!), one thing you can do is go back and look for the notification email you got for a par…
You ought to be doing more than that, actually. Having been an early user of Facebook, I can assure you that people viewed wall-to-wall and other types of posts differently from how they view wall posts now. No one expected their data to be exposed this way, so for practical purposes, this is tantamount to a bug or data breach from the user perspective.
Disabling this immediately for old posts or allowing users to opt out would be the right thing to do.
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#125Earlier quoted context omitted.
That's like asking a rape victim to show her bruises publicly or you won't believe it I get the parallel, but still, the rape analogy feels tasteless and out-of-scale. May I suggest "that's like asking someone what their password is to prove that it was stolen"
You're 100% right, that was a bad call. It was the best I could come up with on the spur of the moment but I should have thought about it a bit longer. The weirdness of the request is what angered me to the point of being careless with words.
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#126Hey guys - I work on Timeline here at Facebook and just wanted to chime in here. I've looked into a bunch of cases today where people were concerned their messages were showing up, but as has been pointed out in many places (e.g. techcrunch), there was no privacy violation here. If you've kept your old emails around (woohoo gmail!), one thing you can do is go back and look for the notification email you got for a par…
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#127Earlier quoted context omitted.
The fact that they are showing up as wall posts means nothing - it just means that the bug was that facebook swapped messages for posts somehow, and now they are all showing up on the wall.
True, I wouldn't give Facebook a free pass on this alone. Is it really so hard to imagine that somebody, somewhere fudged a query and accidentally ran [pseudo-SQL] "UPDATE posts SET type='status' WHERE type='private-message' AND date = 'x' TO 'y'"? I'll admit, it's a bit of a stretch; but the fact that these show up as wall posts is not necessarily an indication that there is no bug. The bug may very well be that dat…
According to one Facebook employee, private messages are stored on an entirely different system (MYSQL vs HBase). This seems perfectly reasonable, and precludes the possibility of a bad SQL query leaking private messages. http://news.ycombinator.com/item?id=4567009
Screenshot of old Facebook: http://news.ycombinator.com/item?id=4566962
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#128Earlier quoted context omitted.
The fact that they are showing up as wall posts means nothing - it just means that the bug was that facebook swapped messages for posts somehow, and now they are all showing up on the wall.
True, I wouldn't give Facebook a free pass on this alone. Is it really so hard to imagine that somebody, somewhere fudged a query and accidentally ran [pseudo-SQL] "UPDATE posts SET type='status' WHERE type='private-message' AND date = 'x' TO 'y'"? I'll admit, it's a bit of a stretch; but the fact that these show up as wall posts is not necessarily an indication that there is no bug. The bug may very well be that dat…
Yes, it is hard to imagine, since they run on entirely different backends, one being mysql, one being hbase. See: http://news.ycombinator.org/item?id=4567009
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#129(Cross-posted on TC) These are all wall to wall posts. You can inspect for yourself using a Facebook Developer account. Rollover the timestamp grab the POSTID. http://www.facebook.com/PROFILEID/posts/POSTID Example, http://www.facebook.com/zuck/posts/11111111111 Throw it in the Graph API Explorer https://developers.facebook.com/tools/explorer with /PROFILEID_POSTID or curl http://graph.facebook.com/PROFILEID_POSTID .…
The fact that they are showing up as wall posts means nothing - it just means that the bug was that facebook swapped messages for posts somehow, and now they are all showing up on the wall.
Even a screenshot of a wall post, and another screenshot of the same message (in the messages folder) would be a start, but this is all just conjecture.
Re: Facebook Users Report Seeing Old Private Messages Showing Up On Timelines
#130Hey guys - I work on Timeline here at Facebook and just wanted to chime in here. I've looked into a bunch of cases today where people were concerned their messages were showing up, but as has been pointed out in many places (e.g. techcrunch), there was no privacy violation here. If you've kept your old emails around (woohoo gmail!), one thing you can do is go back and look for the notification email you got for a par…
I know that even though there was no bug here, this can be an alarming experience to see old posts surfaced like this. We're working on ways to make this interaction clearer so people aren't so surprised in the future. You ought to be doing more than that, actually. Having been an early user of Facebook, I can assure you that people viewed wall-to-wall and other types of posts differently from how they view wall post…