Slashdot Mirror


Facebook Launches Social Login and HTTPS

dkd903 writes "Facebook has introduced two new features. First is a really innovative way to verify real users rather than using CAPTCHAS. Using the Social Login feature (or Social Authentication as Facebook calls it), users will be shown a few pictures of their friends and then they will be asked to name the person in those photos. They've also launched HTTPS. The company says: 'Starting today we’ll provide you with the ability to experience Facebook entirely over HTTPS. You should consider enabling this option if you frequently use Facebook from public Internet access points found at coffee shops, airports, libraries or schools.'"

273 comments

  1. Facebook discovers HTTPS by nospam007 · · Score: 2, Insightful

    News at 11.

    1. Re:Facebook discovers HTTPS by creativeHavoc · · Score: 2, Informative

      HTTPS at facebook's scale is not insignificant.

      --
      insight through the mind
    2. Re:Facebook discovers HTTPS by Anonymous Coward · · Score: 1

      News at 11.

      Although a sarcastic comment, very few sites do allow this type of login or full browsing. With the usage Facebook gets at work, coffee shops, and other networks, I think it is a good idea.

      Also, showing "friends" photos for verification will go down in flames because like most people on Facebook, they have friended everyone they have ever come across. I myself could only name about 70% of the people on my facebook. Some of my friends wouldn't even break 20%. Who actually has thousands of friends and can name them all via photo?

    3. Re:Facebook discovers HTTPS by Anonymous Coward · · Score: 1

      No, the time stamp clearly says 3:56PM

    4. Re:Facebook discovers HTTPS by Enry · · Score: 3, Interesting

      Wait, what?

      All you're talking about is scale. Instead of having a regular HTTP site, you now have HTTPS sites, and perhaps a few more to handle the load. HTTPS is not the CPU hog it was 10 years ago, and HTTPS is not some obscure technology noone uses. Wikipedia offers HTTPS, Google offers HTTPS. What makes it so difficult for Facebook to do the same?

    5. Re:Facebook discovers HTTPS by Aerorae · · Score: 5, Funny

      Breaking Development! Facebook introduces HTTPS after CEO Mark Zuckerbergs' facebook account is hacked!!!

    6. Re:Facebook discovers HTTPS by MysteriousPreacher · · Score: 5, Insightful

      Yeah, the photo ID thing is iffy. If photos are to believed, quite a few of my friends appear to be very young babies. Another bunch are cartoon characters.

      --
      -- Using the preview button since 2005
    7. Re:Facebook discovers HTTPS by Anonymous Coward · · Score: 1

      Because it's a pain in the ass when you have lots of lbs and your site is formulated from lots of little app engines.

      Totally doable with the right tech and processes.

      Citrix makes it rather easy because you can stick the cert on the LB and manage everything with vanilla http on the backend.

      I noticed https was mostly working several days ago for everyone, but the chat happened to be broken. For a large organization it's more along the lines of lining up the ducks and ensuring every group is running current and compatible deployments. Now, facebook being relatively new most likely doesn't have to deal with still lingering and deprecated operating systems in their environment. I suspect this is why they were able to fast track the deployment rather then beat various entities into compliance.

    8. Re:Facebook discovers HTTPS by icebike · · Score: 4, Informative

      One thing FaceBook has going for it is that Https impact is far less significant as a percentage of time and actual server loading on sites where content can't be (or isn't typically) cached, and delivery is more than a few words.

      Setup is expensive, but once negotiated data transmission is not that bad.

      Fetching a tweet would really hurt under ssl, but a facebook page is usually fairly significant in size. Making lots of short requests over HTTPS will be quite a bit slower than HTTP, but if you transfer a lot of data in a single request, the difference will be insignificant. If Facebook implements http keep-alive oh https connections you should be able to reuse the the connection.

      Yes the handshake is longer (usually 5 traverses vs 2). We are talking about 200ms vs 500ms for the first connection. But during that time the web server isn't having to pound content down the pipe so it might not be as bad as it sounds.

      --
      Sig Battery depleted. Reverting to safe mode.
    9. Re:Facebook discovers HTTPS by RollingThunder · · Score: 1

      HTTPS has been available for longer than this, just not as an option in the FB Account settings.

      The "HTTPS-Everywhere" extension for Firefox (by the EFF), has had Facebook in it since the initial release, if I remember properly.

    10. Re:Facebook discovers HTTPS by Anonymous Coward · · Score: 0

      Why? SSL is one of those things that scales linearly as opposed to just about everything else facebook does, like maintaining a gigantic set of data. Scale helps them implement HTTPS insignificantly. Just saying "they're so big!" doesn't mean shit. Thats like saying Wal-Mart is too big to stock 5 different shirts so they only have blue.

    11. Re:Facebook discovers HTTPS by MoonBuggy · · Score: 1

      I was thinking the same. Group photos are a problem, too - if five of my friends are in a picture, how am I supposed to know whose profile it came from?

      Kudos to Facebook for the SSL option, though - I know they'll sell out my privacy at the drop of a hat, but any gesture that pushes pervasive SSL further into the mainstream (thus thwarting ISP-level tracking) is only a good thing.

    12. Re:Facebook discovers HTTPS by shadowrat · · Score: 1

      I live in Wisconsin. Just recently i noticed that almost ALL my local friends bear an uncanny resemblance to Aaron Rodgers.

    13. Re:Facebook discovers HTTPS by SuperQ · · Score: 5, Interesting

      Again, what scale? Enabling https is only a few % different in CPU time for handling the crypto overhead. I've done the math. Based on any reasonably modern server machine (say a 1U dual socket quad-core) and facebook's quoted query rate it would only require an extra half rack of CPUs to turn on https for all facebook pages, including images.

    14. Re:Facebook discovers HTTPS by nospam007 · · Score: 1

      On a sidenote as I just notice when reading your post:
      HTTPS seems to be working on /. again with the new 'design'.

    15. Re:Facebook discovers HTTPS by poetmatt · · Score: 1

      HTTPS is the modern equivalent of an on/off switch. It doesn't matter if it's for the country of USA or a single company, it is still insignificant beyond "they turned on HTTPS".

      It's an authentication thing, not a total revamp of a website.

      So scale doesn't mean shit, jackass.

    16. Re:Facebook discovers HTTPS by poormanjoe · · Score: 1

      That's why my facebook page is a photo of me standing next to him so people can see the stark contrasts! Go Pack Go!

      --
      I want to be retired when I grow up.
    17. Re:Facebook discovers HTTPS by steelclash84 · · Score: 1

      The input from the user has to be decrypted on their server, but all relevant queries and data facebook acquires is most likely unencrypted as it passes their local network, and finally encrypted only on the final delivery from their servers. So it's actually easier and less intensive than stated.

    18. Re:Facebook discovers HTTPS by jvp · · Score: 3, Informative

      For what little it may be worth, I've been using HTTPS w/Facebook for *months*. It's been available for general use for quite some time, it's just that no one bothered trying it. And as you pointed out, the only thing that didn't work (and still doesn't) is chat.

      This isn't really news at all. It's just "news" because of what happened to Zuckerberg.

      --
      Jason Van Patten
    19. Re:Facebook discovers HTTPS by InlawBiker · · Score: 1

      Since FB is so heavily load balanced I would expect that they're using SSL dedicaetd modules on their load balancing solution and still running their servers HTTP. Since they didn't care about privacy enough to use SSL until it became a PR issure, I doubt they care too much about encryption on their internal network.

    20. Re:Facebook discovers HTTPS by afidel · · Score: 1

      Twitter would only have a significant issue for those clients with a broken stack, HTTP1.1 means they can open the connection once and leave it open for the AJAX piece polling in the background.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    21. Re:Facebook discovers HTTPS by mini+me · · Score: 2

      There was an article recently posted here talking about Facebook deployment methods. One of the points was that they rolled out features to small subsets of their users. Given that it only launched today, if you were using it before, it means you were part of a select group.

      Though I do agree that SSL is not a big news story.

    22. Re:Facebook discovers HTTPS by severoon · · Score: 3, Insightful

      Of course, social login won't last long when they realize most of their users can't ID most of the people in their "friend" list.

      --
      but have you considered the following argument: shut up.
    23. Re:Facebook discovers HTTPS by Angostura · · Score: 2

      Even if it's a real photo, surely that is susceptible to attack through something like TinEye?

    24. Re:Facebook discovers HTTPS by dreamchaser · · Score: 2

      Https adds very little overhead. Scale in this case is meaningless compared to the rest of Facebook's operations. You are either trolling, an idiot, or both. Or you were just trying to be funny and failed.

    25. Re:Facebook discovers HTTPS by slickepott · · Score: 1

      Was kind of thinking the same. So many friends with half fake or fully fake names. How accurate do you have to be? :D

      Didn't read the article of course. Just match pictures to a list of names?

    26. Re:Facebook discovers HTTPS by igreaterthanu · · Score: 1

      Go to Account, Account settings, Download your information.

      It's multi choice, and as far as I can tell does not have a time limit and has unlimited retries. Not the most secure really.

      This method of verifying users are who they say they are has been there at least for a few weeks. It is very annoying, I ended up deleting all my mafia wars friends =(. Good riddance I guess.

      --
      I dream of a nation where a man is not judged by his skin color but by an number assigned by a credit rating agency.
    27. Re:Facebook discovers HTTPS by phoenix321 · · Score: 2

      Their internal network is an insignificant threat. It's internal and they probably have access to everything anyway.

      HTTPS will help with what's going over the wire. And even more with the wireless. A ton of options for filtering, eavesdropping, snooping and altering have just vanished from the bad guys menu. It's not going to help with keyloggers or webcams pointed on keyboards on cybercafes, but other than that, it's fine.

      Introduce the general population to the concept of "encrypt everything, just because you can and it has not a one downside but many upsides for me as a client". Score 1 for security. And then convince a literal convention center full of old network geezers that encrypting everything is perfectly feasible even for free-as-in-beer projects on a planetwide scale like Facebook. For these old-timers, a ton of options for excusing, avoiding, stonewalling and complaining about HTTPS will simply vanish within a few months.

      And that is what counts.

      If everyone encrypts everything, privacy will be much better. Protection from illegal searches is much better. Protection against eavesdroppers is much better. If the added cost for HTTPS is negligible, regular HTTP becomes useless. And rightly so. No one should be sending open postcards when they can have privacy-protected letters.

      We as clients cannot advance general HTTPS-for-everything by much. It is the admins and people responsible for all those websites that can. And largely they didn't, until today. Please let me be the first to say: plaintext is dead. Facebook confirms it.

    28. Re:Facebook discovers HTTPS by cp.tar · · Score: 1

      I’m a cartoon character as well. Richard, in fact.
      At least one of my friends used to be Richard as well.
      But that’s not the hard part. Oh no.
      A number of my friends habitually change their names. To completely nonsensical stuff.
      Even if I could guess who they are from their profile pictures, I’d fail to guess the name of the week.

      Moronic. Completely.

      --
      Ignore this signature. By order.
    29. Re:Facebook discovers HTTPS by Belial6 · · Score: 2

      It is likely more for the puropose of verify that people are not putting in fake data. Let your 'friends' identify you for Facebook.

    30. Re:Facebook discovers HTTPS by HJED · · Score: 2

      Not for me

      --
      null
    31. Re:Facebook discovers HTTPS by HJED · · Score: 1

      Some of the settings pages change back to normal HTTP when using that and chat doesn't work, other then that it works fine.

      --
      null
    32. Re:Facebook discovers HTTPS by IdolizingStewie · · Score: 1

      You don't ID the person whose profile the picture came from, you ID the person with the tag box around their head. In case it's a bad picture, they give you multiple pictures for each person - four, I think.

    33. Re:Facebook discovers HTTPS by Ritchie70 · · Score: 1

      I actually know all my "friends" personally, but I couldn't identify most of them from their photos.

      They're mostly high school friends who I haven't seen in person for almost 25 years.

      One guy looks just like his dad used to, and one of the women has a distinctive face that I have no problem recognizing as her.

      Oh and there's my sister, and my uncle's lady friend. I could identify them.

      But mostly not.

      --
      The preferred solution is to not have a problem.
    34. Re:Facebook discovers HTTPS by Grishnakh · · Score: 1

      I myself could only name about 70% of the people on my facebook. Some of my friends wouldn't even break 20%. Who actually has thousands of friends and can name them all via photo?

      If you don't even know these people by name (which suggests you don't know them at all), then why are they in your "friends" list?

      And is it just me, or do italics not seem to work any more here?

    35. Re:Facebook discovers HTTPS by Firehed · · Score: 1

      You have one thing on the page going over http and invoke the wrath of the browser gods. Combined with third-party apps, you have a recipe for disaster. Relatively speaking, getting everything set up for the CDN is trivial.

      Speaking as someone who works on an HTTPS-only site, there are a lot of little things that really add up to being a huge pain in the ass. Embedded videos are always a problem (*cough*Vimeo*cough), and it's easy to come across odd little dependencies through a piece of analytics code or what have you that throws a red flag.

      It would be really nice if you could embed something in the certificate or the HTML (that cannot be modified by JS) that allows browsers to selectively include HTTP content in an HTTPS page without going nuts. There's generally no value in having images or most other static resources over HTTPS, but it's currently all or nothing.

      --
      How are sites slashdotted when nobody reads TFAs?
    36. Re:Facebook discovers HTTPS by TheLink · · Score: 1

      It's a stupid idea. Where would facebook get the photos from?

      If it's from their profile photos it's often NOT them. It could be some cartoon character, some scenery, some random object. If it's from the tagged photo, it could even an advert pic.

      Also, they better still require passwords, because there are so many others who can identify the same people.

      --
    37. Re:Facebook discovers HTTPS by Anonymous Coward · · Score: 0

      The bigger problem is that it's completely insecure. Anyone you're friends with can look at the people on your friends list and use the photos to make a guess. In the worst-case scenario, they pick a friend at random from your list and have a 1-in-likely-under-1000 shot of getting it right. That's not a high probability, but if you automate it, you'll get in eventually. And that's discounting the situation where the person in the photo is a mutual friend, which would probably be pretty common.

      Basically, without a password as well, the social login would allow any of your moderately-intelligent friends to login as you.

    38. Re:Facebook discovers HTTPS by Eraesr · · Score: 1

      Odd. Facebook has been accessible through HTTPS for ages already?

    39. Re:Facebook discovers HTTPS by flonker · · Score: 1

      Yes, a site I'm working on right now is https only for the entire site instead of just the login page. However, in order to embed an https map in a page, you must pay Google $10k, or pay Microsoft or someone else a similar amount. All I wanted to do was put a login form on every page and feel safe that it won't be modified in-transit.

      For many years, Youtube had a similar issue, but it's finally resolved.

    40. Re:Facebook discovers HTTPS by krou · · Score: 1

      I would guess that it's likely that the photos they choose will be based on when someone has been tagged in the photo. They could even make sure they only choose from photos that you yourself tagged someone else in, or perhaps photos where you've been tagged along with some other people. Taking it a step further, if they used some sort of algorithm to determine if it's a person that's been tagged (some people tag images with people's names to get their attention), that would help eliminate errors. However, it's not going to eliminate all of them.

      --
      'If Christ had tweeted the sermon on the mount, it might have lasted until nightfall.' - John Perry Barlow
    41. Re:Facebook discovers HTTPS by rjstanford · · Score: 1

      Many large services disable that, FWIW - the cost of having thousands of open connections lying around far exceeds (to them) the cost of more frequent HTTPS handshaking.

      --
      You're special forces then? That's great! I just love your olympics!
    42. Re:Facebook discovers HTTPS by coolmadsi · · Score: 1

      Of course, social login won't last long when they realize most of their users can't ID most of the people in their "friend" list.

      I may have used this or an early version of it (I saw the option to 'download all your Facebook information' and that was a requirement to check you were definatly the account holder). There was the option to 'Skip' users you weren't sure about (would also help for people tagged in random pictures that don't actually have them in it at all), but it was a limited number. That won't help too much if people only know about 100 of the 4000 people they've added of course, depends on the ratio of known people and random unknown people.

    43. Re:Facebook discovers HTTPS by Profane+MuthaFucka · · Score: 0

      Because of scale! SCALE motherfucker!

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    44. Re:Facebook discovers HTTPS by Profane+MuthaFucka · · Score: 0

      So you're going to make me break character to explain to you that my user name is Profane Muthafucka? Good lord we're all getting stupid in our old ages, aren't we.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    45. Re:Facebook discovers HTTPS by TheLink · · Score: 1

      I've seen many friends tagged in adverts - pictures of models wearing clothes for sale. I suppose the system could avoid those by skipping pics that have many people tagged in it.

      But as you said - many people tag others to get their attention. Could be a pic of someone famous doing something interesting/stupid etc. Or, judging from recent pics of my friends: a BMW, a chicken on a plate, a calendar, a teddy bear. Or themselves actually, but curled up in woollen garments with face and features hidden.

      Tagging is used to alert or link people to a picture. It doesn't mean the picture is of the person itself.

      Plus there's the tineye search engine. So the machines might do better than the humans if publicly available profile pics are used :).

      --
    46. Re:Facebook discovers HTTPS by Rexdude · · Score: 1

      And what if you're asked to ID someone who's put up a cartoon or something other than their face?

      --
      "..One hosts to look them up, one DNS to find them, and in the darkness BIND them."
  2. Social Login: by Anonymous Coward · · Score: 0

    Because someone close to you who knows your friends may never seek revenge on you and try to get into your Facebook.

    1. Re:Social Login: by DrgnDancer · · Score: 1

      Something is better than nothing. I assume you also need your username and password. My thing is that very few of my friends use actual pictures of themselves as avatars. More than half use a favorite TV character, movie screen shot, comic frame or other mostly unidentifiable image.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    2. Re:Social Login: by icebike · · Score: 1

      That was my first thought as well.

      Your stalkers probably know your friends faces and names too. And with facial recognition tools becoming mainstream it seems this is a pretty lame time to start this approach. Yet another juvenile approach to security by a company that just would rather not be bothered with the entire concept.

      --
      Sig Battery depleted. Reverting to safe mode.
    3. Re:Social Login: by digitig · · Score: 1

      And everybody on Facebook knows all of their "friends" by sight, don't they? And all photos on Facebook are correctly tagged...

      --
      Quidnam Latine loqui modo coepi?
    4. Re:Social Login: by countSudoku() · · Score: 1

      This will be suck after I switch my profile pic to The Stig to avoid being in an inadvertent advertisement.

      --
      This is the NSA, we're gonna geet U h@x0r5! Also, what is a h@x0r5?
    5. Re:Social Login: by GameboyRMH · · Score: 1

      My first thought was that you can now brute-force a list of someone's friends with publically-viewable profiles, using a simple script and TinEye/GIS. If I do it first I'll get my name on all the security/tech news sites!

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    6. Re:Social Login: by icebraining · · Score: 1

      Your stalkers probably know your friends faces and names too.

      This isn't meant to replace the password, just the Captcha.

    7. Re:Social Login: by Anonymous Coward · · Score: 0

      My friends are CAPTCHAs you insensitive clod.

    8. Re:Social Login: by 91degrees · · Score: 2

      Just because there's a situation where it doesn't work doesn't make it useless. And I don't know about you, but none of my friends know all of my friends.

    9. Re:Social Login: by igreaterthanu · · Score: 1

      It's not your profile picture, it's photos that are tagged of you. (and cropped to just have you in the photo)

      --
      I dream of a nation where a man is not judged by his skin color but by an number assigned by a credit rating agency.
    10. Re:Social Login: by guyminuslife · · Score: 1

      This is supposed to replace CAPTCHAs, not passwords. There may be other valid criticisms, but that's not one of them. If your ex-girlfriend has your password, it's not like a CAPTCHA was ever stopping her from logging in as you.

      On the other hand, maybe this is provided as an incentive for motivated hackers to write some really top-notch facial recognition algorithms.

      --
      I don't believe in time. It's a grand conspiracy designed to sell watches.
  3. Links wrong by XanC · · Score: 2

    I'm able to change the protocol to https for any page, successfully. But all the links on that page point back to http. So... That's pretty limited https support.

    1. Re:Links wrong by Jugalator · · Score: 5, Informative

      For "persistent https", I think you have to enable the new option in Account Settings -> Account Security.

      I saw that one in a screenshot, but that option doesn't seem to be rolled out here yet, although I am able to manually type in "https://" in front of URL's. However, as you say, that only leads to using https temporarily.

      --
      Beware: In C++, your friends can see your privates!
    2. Re:Links wrong by stoolpigeon · · Score: 1

      I don't have that option yet, must be rolling it out I guess.

      --
      It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    3. Re:Links wrong by Tynin · · Score: 1

      Just had my wife check her account (she does enough FB'ing for the both of us) and she doesn't have the option yet either.

    4. Re:Links wrong by SimonTheSoundMan · · Score: 1

      I noticed that if you are using Firefox 4 betas/Minefield nightly builds, they use HTTP Strict Transport Security to good effect. Facebook is always HTTPS, including its sub-domains. Other browsers tend to go back to HTTP once you navigate away from the home page, or load unencrypted images and videos while the code is encrypted.

    5. Re:Links wrong by drop+table+user · · Score: 1

      Have you tried using http://www.eff.org/https-everywhere (Firefox extension) ?

    6. Re:Links wrong by forrie · · Score: 1

      Seems like a pretty obvious oversight on their part. I emailed them a polite suggestion.

      I presume the pages generated have some dynamic content delivered. It stands to reason that if a user decides to experience FB via HTTPS, the same should be assumed for the rest of the site.

  4. Problem by girlintraining · · Score: 5, Interesting

    Problem: A lot of what people tag as me is to get my attention, not because it IS me. I got locked out of my account for about a week because of this mis-feature, and when I did get back in, I had to spend about three hours removing tags of things like trees, the sun, burgers, and lots of other stuff.... now it works. But the solution fails because it makes an assumption that isn't always true.

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Problem by commodore6502 · · Score: 1

      Or worse:

      Your friends with somebody who you don't really know (like an ex-classmate) and therefore forget their name when the photo is shown to you. Stupid, stupid, stupid facebook security design.

      What's that called? Security through obscurity?
      Fail.

      --
      Information wants to be expensive AND wants to be free. So you have Value vs. Cheap distribution fighting each other.
    2. Re:Problem by nolife · · Score: 1

      Or the people that use their dog, favorite football teams etc.. for their picture. Since most FB friends are probably not your real friends, you don't know a lot of that stuff.

      --
      Bad boys rape our young girls but Violet gives willingly.
    3. Re:Problem by Nadaka · · Score: 1

      Doesn't removing a photo tag on facebook make it so that the friend that tagged you can never tag you in a phota again? or am I misremembering that feature?

    4. Re:Problem by Stregano · · Score: 1

      Oh man will there be alot of people locked out of their account who are friend's with me. I dumped my entire FB profile last night and put in information about a video game character that had a live action movie. So if you were not logged into FB last night to witness me changing it, you have a picture of some pretty unknown actor in a suit and have to guess what his name was in the movie/video game. Awesome.

      --
      The world is how you make it
    5. Re:Problem by by+(1706743) · · Score: 2

      Your friends with somebody who you don't really know (like an ex-classmate) and therefore forget their name when the photo is shown to you.

      I'm sure they could show pictures based on activity. Do you write on this person's wall often? Do you comment on their photos, etc.? If so, then there's a reasonable chance that you know what the person looks like.

    6. Re:Problem by Bigbutt · · Score: 1

      I just started having this happen to me. One of the idiot meme things (the wikipedia random page title + google random image for an album cover). Someone tagged me in it which took a couple of views to figure out what was going on. I immediately hid their status'.

      Since I have a "Local Business" (forum status page), I have almost 60 "friends" who I wouldn't recognize if they came up and said "hey".

      This will work well. I'll get locked out and never be tempted to log in again.

      [John]

      --
      Shit better not happen!
    7. Re:Problem by Anonymous Coward · · Score: 0

      "Doesn't removing a photo tag on facebook make it so that the friend that tagged you can never tag you in a phota again? or am I misremembering that feature?"
      Misremembering. Removing a photo tag will block them from tagging you in THAT photo again.

    8. Re:Problem by Anonymous Coward · · Score: 0

      If you remove a tag of yourself from a picture, I'm pretty sure it just prevents people from re-tagging you in that same picture.

    9. Re:Problem by Tynin · · Score: 1

      I know that this authentication feature was implemented due in part to the government scale phishing scheme in Tunisia, however I've been thinking perhaps it is also a clever way to weed out all of the duplicate accounts people use to play those games on FB that give you some modicum of extra... stuff, for the number of "friends" you have. I broke free from the time vampire that is FB games over a year ago, so I'm not sure if it is still an issue. However at the time it wasn't that hard to script your way to a few thousand friends, which now would almost guarantee that I would quickly get locked out of the account because I didn't really know anyone on my "friends" list.

    10. Re:Problem by Jesse_vd · · Score: 2

      I believe it just prohibits anyone from re-tagging you in that particular picture .....where is my submit button?

    11. Re:Problem by dc8e6589a1e4fb80f1f8 · · Score: 1

      Doesn't removing a photo tag on facebook make it so that the friend that tagged you can never tag you in a phota again? or am I misremembering that feature?

      They can't tag you again in that particular photo.

    12. Re:Problem by vlueboy · · Score: 1

      They won't keep your wife from guessing and breaking into your account. There's an equally reasonable chance that besides her, our "friends" trying to log in as us notice our public "wall" activity with that person enough to have seen their name exploiting the "allow anyone in the world to see their full name... and friends-of-friends to even hear their interactions" defaults.

      That's as "obscure" as organizations "protecting" our credit card from dedicated scammers behind "secure" questions regarding public knowledge items: your maternal grandfather's lastname, your public street address/zip code, and even guessing your favorite color. Some times their solutions make it so you can't pick any question both applicable to you and sensibly obscure to your acquaintances. Because "name your first pet" only applies to pet owners, and besides, your siblings and parents will easily impersonate you if that's all it takes to prove your identity. We need more custom question/answer pairs, voluntary ID card numbers (not US SSN) and depending on paranoia levels, allow for unpopular-on-the-web biometrics for banks and important transactions --difficulty implementing and advertising the latter is what's stopping them.

    13. Re:Problem by vlueboy · · Score: 1

      I think that's right. The problem is that normally pictures come in groups, and they can just as easily tag you in the next photo from that shoot.

      My mother learned the value of not discouraging ( funny | political | informational purposes ) tagging when the profile changed recently, and there were "troublesome" randomly selected pictures in her top 5 preview*.

      To fix it, she showed me her "others tagged me" list and there were 90 pictures that she then choose to not bother fixing --typical of non-geeks who bear with it when you explain a technical solution to a social problem they are experiencing.

      * No picture there had her in it. Besides the usual problem that some picture can bring doubt to married couples, there was a bottle of beer, a flag and other random stuff simply because she knows a joker or two who find that it's easier to tag a photo and write your name than it is to draft an e-mail for a private chuckle, paste links and title it "this is you! LULZ." Some day when the "share" button is made more practical, people will stop tagging beaches with your name because the people wanted you to basically see a picture URL.

    14. Re:Problem by Anonymous Coward · · Score: 1

      This only replaces Captcha, not login password.

    15. Re:Problem by Anonymous Coward · · Score: 0

      AFAIK, they can't tag you in that photo again. It doesn't affect other photos.

    16. Re:Problem by Maxo-Texas · · Score: 1

      Just a few weeks ago, there was a "Change your profile to a cartoon character for child abuse campaign". Lots of cartoon characters.

      My profile picture after that was a pretty girl with a pig. No idea who she is. Liked the picture. Another friend's picture is her feet. Etc.

      --
      She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
    17. Re:Problem by phoenix321 · · Score: 1

      The grandmother's maiden name thing is the number one reason I never answer these questions correctly.

      When applying for a new credit card recently, there sure were a set of these maiden-name idiot tests. The customer rep went out of her mind to assure me that no one knows my grandmothers maiden name and sincerely failed to see the irony when she was asking me to write it down on the application form for her and probably all assistants to see. She even failed when I told her that ALL credit card application forms have the same questions, asking for mother or grandmother's maiden name. If you have at least one credit card, chances are almost 100% that someone knows your grandmother's maiden name, able to impersonate you for all other cards you may have. And the savings account. And whatever else poses these stupid questions.

      In any case, the Mormons will have a huge database of many people's relatives including their great-great-great-grandmother that surely includes all maiden names they ever had. Publicly searchable. And never forget that sometimes, even mothers get divorced and take back their maiden name.

      Thank you so much for bullet-proof security, dear credit card issuing banks.

      The only thing to remember now: Never answer these questions correctly. Give some token answer, an unambigous word, maybe with a year number, something that is not a password anywhere else - and be sure to not use the same info anywhere else. Write it down and put it in an envelope, seal it, so you know when it has been opened. It's much easier to keep a safe word secret on a small piece of paper than your mother's maiden name.

    18. Re:Problem by bk2204 · · Score: 1

      No. It makes it so that nobody can tag you in that photo again (except you).

    19. Re:Problem by ewibble · · Score: 1

      If you save your password, anybody with access to your browser settings can find out the user name and password anyway.

    20. Re:Problem by Anonymous Coward · · Score: 0

      Doesn't removing a photo tag on facebook make it so that the friend that tagged you can never tag you in a phota again? or am I misremembering that feature?

      Only for the photos where you untag yourself

    21. Re:Problem by ewibble · · Score: 1

      Actually these type of friends would be easier to identify just have there name in there profile. Come to think of it this would be a good way of increasing the chances of getting this question right just add lots of fake friends with their image is just there typed name.

    22. Re:Problem by HJED · · Score: 1

      I'm sure I've had to do this before on Facebook, can't remember why though. You have to get 3/5 correct or something.

      --
      null
    23. Re:Problem by Anonymous Coward · · Score: 0

      User name, yes. Password, only if they also know my browser master password (I know there are cracking tools out there, but they depend on brute-force attacks, and my password is strong enough that those will take longer than most people care to wait).

    24. Re:Problem by Anonymous Coward · · Score: 0

      It shouldn't matter seeing how said friend is causing too much trouble by abusing the feature.

    25. Re:Problem by SolitaryMan · · Score: 1

      Let me fix it for you:

      First is a really innovative way to annoy real users

      --
      May Peace Prevail On Earth
    26. Re:Problem by EETech1 · · Score: 1

      Wouldn't you think that any govt or other official reasonably familiar with you and your friends might also be able to identify thier faces and gain access to your account as well?

      I imagine the cops holding their facial recognition camers up to the computer screen and blooop bleeep oh that's Joe Doe A.K.A. JD... Next...

    27. Re:Problem by drinkypoo · · Score: 1

      Drop those people from your friends list, they don't know how to use facebook. You get someone's attention by writing on their wall. If you don't drop them you obviously enjoy this behavior. And your friends are obviously useless, since they have plenty of time to misuse facebook.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    28. Re:Problem by Anonymous Coward · · Score: 0

      They can't re-tag you in the same photo. But they can certainly re-upload the photo and tag you again in it, or tag you in other photos.

    29. Re:Problem by Anonymous Coward · · Score: 0

      Yes, and maybe he can join your mother's basement for some steamy anal sex while you both ejaculate about how you are both much superior social beings as opposed to complete shut-ins. Except not. You're a smug retard.

      P.S.: It's not a whoosh when the joke is retarded and not a joke at all.

  5. Security, Now? by jdastrup · · Score: 1

    Facebook increasing security? Wouldn't have anything to do with Zuckerburg's page getting hacked, would it?

    1. Re:Security, Now? by Yvan256 · · Score: 1
    2. Re:Security, Now? by creativeHavoc · · Score: 4, Informative
      Really it has more to do with the fact that they did it for Tungsnia, so they have now just implemented it for other countries

      The evidence that accounts were being hacked remained anecdotal. Facebook's security team couldn't prove something was wrong in the data. It wasn't until after the new year that the shocking truth emerged: Ammar was in the process of stealing an entire country's worth of passwords. [...] Sullivan's team rapidly coded a two-step response to the problem. First, all Tunisian requests for Facebook were routed to an https server. [...] The second technical solution they implemented was a "roadblock" for anyone who had logged out and then back in during the time when the malicious code was running. Like Facebook's version of a "mother's maiden name" question to get access to your old password, it asks you to identify your friends in photos to complete an account login.

      --
      insight through the mind
    3. Re:Security, Now? by LastGunslinger · · Score: 1

      I've been using the two features mentioned in the article for a couple weeks now. Maybe I was part of the test group, or maybe this story is old news. I think the immediate response for his account getting hacked is the introduction of throwaway passwords. http://www.google.com/hostednews/afp/article/ALeqM5gEJI8Phl6k9vRW-khhuB6g5_y8kw?docId=CNG.2f43771e83b9067bef21d73ee8f670a7.871

    4. Re:Security, Now? by Americano · · Score: 1

      Yeah, they decided, the day after Zuckerberg's page was hacked, to turn on HTTPS across their entire server farm for all users.

      Just like that - no planning, no analysis, no coordination, just a knee-jerk response.

  6. It's a good thing(tm)! by TheDarkener · · Score: 1

    Today, history has been made. A social networking site actually listened to its users and implemented a bit of security. *astonished*

    --
    It is pitch black. You are likely to be eaten by a grue.
    1. Re:It's a good thing(tm)! by Haedrian · · Score: 3, Informative

      They can hardly sell your personal information if a guy at starbucks can sniff it from you can they?

      Stop information piracy! Buy facebook!

    2. Re:It's a good thing(tm)! by Ancantus · · Score: 1

      No, history has not been made, Facebook was just covering their own butts before they got too embarrassed, Mark Zuckerbergs Facebook Page Hacked. Just proving once again that to get anything done in securing sites, someone important has to be compromised.

      --
      Violence is the last refuge of the incompetent. -- Isaac Asimov
    3. Re:It's a good thing(tm)! by phoenix321 · · Score: 1

      I don't care why they did it. I'm just glad they did.

    4. Re:It's a good thing(tm)! by ptbarnett · · Score: 1

      Today, history has been made. A social networking site actually listened to its users and implemented a bit of security. *astonished*

      Nope, looks like this is the reason that FB implemented https: across their site:

      The Inside Story of How Facebook Responded to Tunisian Hacks

      They also mention the identification of photos in your account as another measure they used to prevent password hijacking by Tunisian censors.

  7. All but mandatory for "free" wifi by davidwr · · Score: 3, Interesting

    All web sites that allow logins should REQUIRE or at least STRONGLY ENCOURGE HTTPS from unencrypted WiFi hotspots such as those "found at coffee shops, airports, libraries or schools."

    I may trust McStarCoffeeInn not to snoop my traffic but I do NOT trust the guy in the next booth or room much less the guy in the parking lot.

    The traveling public needs to pressure these companies - especially those that charge for it like some hotels - to switch to encrypted WiFi.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:All but mandatory for "free" wifi by vlueboy · · Score: 1

      I see the value of this, but doubt that anyone but the RIAA and advertisers really go through the trouble of making IP databases. Furthermore, our currently poor geolocation means that if your local mom-pops coffeeshop has WIFI, they'll be using DSL or cable dynamic IP's. Geolocation services in big cities like New York give you nothing more than a city address faaar from your real place. I would imagine that Starbucks internet nats wifi users behind some concentrator's address, and generates a similar tracking problem.

      That's another reason why FB doesn't make a "permanent HTTPS" choice the default. Besides, https won't work under strict port-80 filtering rules. A FF plugin forces HTTPS on hotmail, gmail and a few predefined others, if you're interested. The problem of FF is having to install once per username per OS partition, unless you mess with registry keys and other geek file link magic.

    2. Re:All but mandatory for "free" wifi by davidwr · · Score: 1

      I'm not worried about geolocation and IP addresses. I'm worried about harvesting passwords and private information

      If I'm at Starbucks on a non-encrypted WiFi and I log into my web-mail account, any emails or passwords that aren't sent over https can be snooped. Sure, my mail provider may use https: for the login itself but do I really want the guy at the next table sniffing out the private emails from my girlfriend?

      Oh wait, this is slashdot, make that my imaginary girlfriend.

      --
      Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    3. Re:All but mandatory for "free" wifi by shutdown+-p+now · · Score: 1

      Sniffers work on wired networks as well.

      Really, it's as simple as this: if your website has a login form, it should be served over HTTPS, period.

    4. Re:All but mandatory for "free" wifi by bk2204 · · Score: 1

      As has been covered on Slashdot before, encrypted WiFi doesn't actually matter if the attacker is also on the same network. Encrypted WiFi prevents attacks from someone not on the network. If you and I are on the same network, I can sniff all your data, period. If you're using HTTPS (or something like SSH), then that data is not very useful to me. But if it's not, I can read it.

    5. Re:All but mandatory for "free" wifi by Anonymous Coward · · Score: 0

      Correct me if I'm wrong, but can't certain programs, such as ettercap, sniff SSH connections anyway?

    6. Re:All but mandatory for "free" wifi by Anonymous Coward · · Score: 0

      ER.. *SSL

      *Slaps himself around with a large trout*

  8. Who are you? by Anonymous Coward · · Score: 3, Insightful

    The "social login" is going to cause issues for people who have no idea what their "friends" look like. Or with friends with other subjects in their pictures.

    1. Re:Who are you? by MrEricSir · · Score: 1

      Not to mention visually impaired users.

      Or me, when I can't find my glasses.

      --
      There's no -1 for "I don't get it."
    2. Re:Who are you? by Skidborg · · Score: 1

      Or people with friends who only use random cartoon characters as their profile pictures.

      --
      Supporter of the +1 Over Dramatic mod option. In memory of apk.
    3. Re:Who are you? by BeanThere · · Score: 1

      "Hackers halfway across the world might know your password, but they don't know who your friends are"

      Worse, hackers halfway across the world might not know who my friends are, but people close to me, like my ex-girlfriend and wife and close friends, sure do. Many people would probably be more worried about people close to them logging into their accounts, than 'hackers' - plus it's the people close to you who are most likely to try log in to your accounts. I'm not usually "Mr. Knee-jerk Contrarian" but this time I think this is a very stupid idea.

    4. Re:Who are you? by ais523 · · Score: 1

      Doesn't it also let people see photos of arbitrary people's friends? You might not need to bother to hack the account; you can get at pictures of someone simply by trying to log into their friends' accounts until you get the person you want.

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    5. Re:Who are you? by etwills · · Score: 1

      Or people with friends who only use random cartoon characters as their profile pictures.

      (In my case, that would be pictures of pets. So yeah, that's going to work)

      Given that the ToS implies you're not supposed to put false or misleading information into profiles in the first place, presumably this will lead to pressure on the offending parties (from fellow users) to conform. Which is fair enough.

      ...and also increases the quality of the underlying data, which I can see is an outcome that's going to have its detractors...

    6. Re:Who are you? by cbope · · Score: 1

      Like cartoon characters, fictional characters from movies/TV and celebrities. Because nobody would every use one of these as their facebook photo. /sarcasm

    7. Re:Who are you? by coolmadsi · · Score: 1

      The "social login" is going to cause issues for people who have no idea what their "friends" look like. Or with friends with other subjects in their pictures.

      Regarding the 'other subjects in the pictuers' aspect, I uploaded some photos a little while back and part of the process suggested a number of areas of the photos it had recognised as a face asking if I wanted to tag someone. I would assume they may be using somehing similar here (i.e. only show a photo if their face recognition notices there is a face there). It would also be sensible if they didn't show photos that had over a certain number of people tagged in it (for example, old class photos with 30 people in it could be a large number of people on your friends list). I guess in theory it would be best to only use photos that have only one person tagged in it to reduce mistaking it for someone else (if all the photos shown are of two people and you have them both on your list, which do you choose as correct?)

  9. Picture thing by stoolpigeon · · Score: 4, Insightful

    The photo thing has been around for a long time and it sucks. I travel and have wanted to connect to facebook when in a different country, and it decides I need to prove who I am. So I have to match a certain number of pictures with the right person. The summary makes it sound clever and good, it is anything but.
     
    It's been a few months since last time I did it, so I don't remember exact numbers but I had to get something like 4 out of 5 right. Then they start showing photos, and there is a list of 4 or 5 friend names below. It is up to you to pick the right friend to go with the photo.
     
    What's the biggest problem? Well, you don't get pictures of the persons face as the summary says. What you get are pictures tagged with that persons name. The first one I did was their face, and I thought, "o.k. - no problem.".
     
      The next one was some kid. A relative of one of my friends? A neigbor of one of my friends? Shoot could have even be one of my friends as a kid, I have no idea. All I know is I've got a 1 in 4 chance of guessing who this belongs to and if I'm wrong I've just used up my one wrong answer.
     
    Next photo is an inanimate object. I don't know remember what it was any more. A pie or some food of some kind I think. Which friend is this?! I don't know. Best guess it is something one of my friends ate once. Who does it belong to? Once again, I haven't the slightest, but as you can guess, I wasn't allowed to log in.
     
    A smaller problem is that I am not super close friends with every one of my friends on facebook. My barrier to entry on the friendship front is pretty low. I'm friends with people I knew in jr. high, highschool, worked with once, went to church with them years ago, etc. I know them but am not intimately close with them. Facebook is a good way to keep in touch while maintaining a comfortable distance. But will I be able to identify them in every pic of themselves they've uploaded to facebook? I doubt it. Not to mention the fad a bit back to change your profile pic to a cartoon character. I'll bet dollars to donuts those go into the rotation. Which of your friends was underdog and which was optimus prime? I don't remember.
     
    It's a horrid system. A co-worker of mine on the same trip ran into it too. He mocked me for not knowing my friends well enough and then almost put his laptop through a window when he couldn't log into facebook. He had almost an identical experience, a picture of some 6 or 7 year old kid he didn't know and a bike or something.

    --
    It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    1. Re:Picture thing by Prikolist · · Score: 1

      And don't forget a few more popular things... Like promoting a pretty picture or a poster for something by tagging every single one of your friends in random spots on it even though it has nothing to do with them. Or one of those pictures with a bunch of drawn faces or characters from somewhere or some other short description where you match each one with a friend. And all of these count

      --
      I think Linux isn't better than Windows hence in the slashdot realm I'm a troll
    2. Re:Picture thing by Anonymous Coward · · Score: 0

      "All I know is I've got a 1 in 4 chance of guessing who this belongs to and if I'm wrong I've just used up my one wrong answer."

      Did it stress you out and make things awkward, like a modern web UI should? Well then.

    3. Re:Picture thing by ctd600ftlb · · Score: 2

      Haven't actually seen this system in action myself, but you've mentioned a lot of the issues I first thought about - pets, kids, inanimate objects for pictures and whatnot. Group pictures seem like they could be a problem, too. With two friends getting married last year, a lot of pictures they or I are tagged in are from weddings, and some of these pictures might have five people who I'm friends with on Facebook in them. I'm guessing if Alice and Bob are both tagged in a picture, either would be a correct answer, but what if Bob is in the picture but not tagged? Just seems like a system with a lot of potential problems.

    4. Re:Picture thing by oracleguy01 · · Score: 1

      As soon as I read the summary I thought about this. People do weird stuff with tagging, I know some people that will tag someone not in the picture as a way of telling that person that they should look at it and like you pointed out people will tag pictures without people even in it.

      That kind of renders the feature less than optimal. They are trying to rely data that by its very nature is unreliable.

      Isn't there some way to put your friends into groups on FB? If so, if you could set the feature to only draw from certain groups of friends it would at least give you a better chance of getting it right.

    5. Re:Picture thing by Anonymous Coward · · Score: 0

      That's what happens if you have friends!

    6. Re:Picture thing by wile_e8 · · Score: 1

      I ran into this while abroad as well, but IIRC there was an option to skip a picture. I used that option once or twice when I was given a picture without a face.

    7. Re:Picture thing by isama · · Score: 0

      i only lose friends by playing the game.

    8. Re:Picture thing by Caue · · Score: 1

      stop adding douches who post kids photos then.

    9. Re:Picture thing by metamatic · · Score: 2

      It's going to ruin the Facebook experience for people like Oliver Sacks who suffer from face blindness.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    10. Re:Picture thing by stoolpigeon · · Score: 1

      Interesting Idea. I'll give it some thought, though I'm one of those 'douches' so it might be a touch hypocritical.

      I don't tag them as me though. Maybe people who post photos of kids and tag them as someone else are the real problem here. Then again, any of their friends can tag the photo in most cases. So it's tough to nail down the perpetrator.

      Maybe you could mull it over and give me better criteria on who to unfriend?

      --
      It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    11. Re:Picture thing by vlueboy · · Score: 1

      Next photo is an inanimate object

      That is a Facebook coder crime: they have code that detects human faces that is not being used nearly enough.
      That code even nags when too many of your pictures remain untagged. It's silly that they don't use it in this important security check, since all your FB friends must have human faces... unless they used said cartoon profiles or you've friended someone's pet ;)

    12. Re:Picture thing by Anonymous Coward · · Score: 0

      vlueboy here...
      Forgot something: forget retrieving current pictures for a sec... if FB used face-detection to refuse tagging inanimate pictures in the first place, we wouldn't be having this problem.

      The obvious reason is that anything coders do which to "fix" a social problem might cause false-negatives/lazyness-inspired complaints is drowned in a see of money-inspired neglect.

    13. Re:Picture thing by vlueboy · · Score: 1

      I know some people that will tag someone not in the picture as a way of telling that person that they should look at it and like you pointed out people will tag pictures without people even in it.

      FB should completely throw out, or weigh significantly fewer pictures that their database is fully aware are "tagged by your friends." Obviously YOU have better pictures of yourself tagged by you. Perhaps FB's own research revealed a lot of lurkers and dangerously favors the potential of truth in their "crowdsourcing" the work of authenticating those faceless lurkers. But even that can be corrected by analyzing the special cases and reducing the problem to just those who hide their personal face. So... why all of us? lazyness / chaos in planning / low IQ or low budget

    14. Re:Picture thing by Anonymous Coward · · Score: 0

      You're right. The image thing is a dumb idea. The solution, however, is simple. List 20 names with checkboxes next to them. Some random number of them are people you've friended. You have to check the names that are your friends, and leave the ones blank that aren't.

    15. Re:Picture thing by AmberBlackCat · · Score: 2

      My first thought was how often people on my list change their names. I could be "Amber J" this morning and be "Badasx Ambie" later tonight when you try to log on. Sometimes I have to click on people's picture just to know who they are because their new name has nothing to do with their real name anymore.

    16. Re:Picture thing by IdolizingStewie · · Score: 1

      If you scroll over the picture, the tag box comes up over the right person

    17. Re:Picture thing by Anonymous Coward · · Score: 0

      Yes, that would be a perfect solution. I for one know my entire friends list by heart, so it certainly won't contain anyone I have forgotten about. And since no two people in the world share the same name, there's no chance it'll say "John Smith" and you'll be like "uh, is that the John Smith from work? Did I ever friend him in the end?"

    18. Re:Picture thing by Ash-Fox · · Score: 1

      How do you change your name on facebook continiously, Amber?

      --
      Change is certain; progress is not obligatory.
    19. Re:Picture thing by Anonymous Coward · · Score: 0

      Not to mention the exact opposite of this -- What about people who know EVERYTHING about each other? Most all of my friends know each other as well. If one of them decided to cause some trouble, they'd have a pretty good chance of identifying our mutual friends.
      So a German hacker can't break my account, but my best friend can?
      Friendships gone bad?
      Ugly breakups?

      This is not a solution.

    20. Re:Picture thing by coolmadsi · · Score: 1

      I did this once as part of the 'download all your info from facebook' thing they have, and was shown about 4 or 5 photos at once (the first one I didn't know who it was as it was someone face down I think, but the other photos were all of the same person so I deducted that I was going to be shown 5 photos which all contain the same person and I had to decide who was common to all photos).

  10. Chat breaks by Locitus · · Score: 1

    Also, the chat-function breaks when on https. Not very surprising though.

    1. Re:Chat breaks by Anonymous Coward · · Score: 1

      Also, the chat-function breaks when on https. Not very surprising though.

      I don't get it. Why is it not surprising that chat breaks? Shouldn't it work over https?

  11. Name my friends? by snspdaarf · · Score: 1

    Well, there's Stinky, "Horse", Knocks, Poker-Face, and Weed. How does that help me log in?

    --
    Why, without your clothes, you're naked, Miss Dudley!
  12. Am I missing something? by hellkyng · · Score: 5, Insightful

    This social login is supposed to increase security? What about privacy. It seems like this feature can be leveraged to harvest pics from facebook, not that they weren't already available to the highest bidder anyway. Hopefully they have something in place to prevent harvesting...

    1. Re:Am I missing something? by CodeBuster · · Score: 1

      What about privacy.

      This is Facebook that we are talking about here. As far as they're concerned, privacy is an overrated leftover from their parents' generation. Almost by definition, those with Facebook accounts either don't care about privacy or don't fully understand the long term implications of the experiment in which they are participating.

    2. Re:Am I missing something? by Anonymous Coward · · Score: 0

      I had never thought about that, but you're completely right. Anyone who knows your email can just attempt to login to your facebook account repeatidly from tor nodes and proxies, and harvest pictures of your friends.

    3. Re:Am I missing something? by Anonymous Coward · · Score: 0

      Agreed. Is this not severely creepy, asking you to identify your friends in photographs?

    4. Re:Am I missing something? by Anonymous Coward · · Score: 0

      It only kicks in after you login from a suspicious location. I.e. your privacy is protected as long as a malicious hasn't gained access to your password.

  13. Anyone else sense ulterior motives? by Anonymous Coward · · Score: 3, Interesting

    As a coincidental bonus of this new CAPTCHA, Facebook has nearly every photo stored in their library face-tagged for them, using the most powerful and accurate computers in existence - us.

    1. Re:Anyone else sense ulterior motives? by Attack+DAWWG · · Score: 1

      Huh? They already know whose photo is whose. The whole point of this feature is to test whether you know. If you answer incorrectly, they know that and you fail the verification.

      So how does this give them any new information?

    2. Re:Anyone else sense ulterior motives? by Anonymous Coward · · Score: 0

      Not the OP, but wrong guesses might be interesting...

    3. Re:Anyone else sense ulterior motives? by cranberryhiker · · Score: 1

      Really, +4, Interesting? This is an inane comment, not an interesting one. They are ALREADY face-tagged, by us, before they ever enter this CAPTCHA scheme.

    4. Re:Anyone else sense ulterior motives? by Anonymous Coward · · Score: 0

      i guess the point is that people will get annoyed fast and will reduce the noise ratio in tags on their own (will stop tagging any shit with people's names for kicks) in order to be able to log in reliably. Less noise = more accurate info in facebook database.

    5. Re:Anyone else sense ulterior motives? by Locke2005 · · Score: 1

      But... all the picture on my page are pictures of people's butts, and quite frankly, I've forgotten which butt goes with which name!

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    6. Re:Anyone else sense ulterior motives? by Anonymous Coward · · Score: 0

      Raises hand.

      This was the first thing I thought of too. Then I realized they need this for their new Starbucks ads to work - this will weed out all the Pete's coffee logos we are using as our profile pictures to mess with the system.

      Your-Face-Will-Soon-Be-In-Facebook-Ads

  14. Unknown "friends" by Esospopenon · · Score: 2

    I'm curious about how the "Social Authentication" feature will play out, especially for the facebook users eighter view the friendslist as a sort of competition or who play games that reward users who have many friends playing the game and therefore add friends by the truckload without having any real idea of who they are. There's probably a lot of people playing the latest Zynga game or whatever is popular these days, with an extremely large list of "friend" who they don't know and don't want to know, other that they share the same game interest and it's a win-win in relation to that game. If facebook starts asking questions about these 'friends' then I fear many users will fail the social authentication and then what?

    1. Re:Unknown "friends" by ddgeekgrrl · · Score: 1

      I agree. I also have people in my "friends" list that really should be fan pages, but the person didn't set it up that way. In addition, my friends love to post pictures as their avatar that aren't them ... perhaps a sports hero, a cartoon character, a silly image or a humorous cartoon. I have one guy that changes his image multiple times each day and it is almost never actually him. How in the world am I supposed to know those are him? This doesn't take into consideration how the site is actually used.

    2. Re:Unknown "friends" by Anonymous Coward · · Score: 0

      This is exactly what to me last time I forgot my password.

  15. Won't work for me by denshao2 · · Score: 2

    More than half my friend list consists of people that I don't really know. Some are gamers who help me with social games that offer benefits to players that have a lot of friends who play the same game. Also, it seems to have become a fad to use weird aliases instead of real names.

    1. Re:Won't work for me by Spacezilla · · Score: 1

      More than half my friend list consists of people that I don't really know.

      I have less than 20 friends on Facebook. Why? Because I only added my friends. Sure, I know a lot more than 20 people, but I wouldn't call them friends, so I didn't add them as friends on Facebook.

  16. Tagged pictures by Mentally_Overclocked · · Score: 2

    I thought it was just a clever way for us to do work training their facial recognition algorithm ... Maybe a huge conspiracy to create a government identification database!

    --

    Mathematician, n.:
    Someone who believes imaginary things appear right before your i's.
  17. this will never work by Thud457 · · Score: 1
    easy first-guess mismatches for every picture:

    jackass
    stoned
    douchebag
    bitch
    slut
    dick
    asshole
    drunk
    party

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  18. Social Login Flaw by Anonymous Coward · · Score: 0

    Facebook and the Social Login feature make the mistake of assuming your friends will post portrait photos of themselves. I have run into this little test, and most of the random images Facebook selected for me to identify were of internet memes, lolcats, a guy on a horse in the distance whose face I could not make out, and comics/animation/tv characters my friends like. I failed the test and had to wait a couple hours and retake it twice before I could finally get a random set of images I recognized.

  19. HTTPS on Facebook is still not 100% working by watermark · · Score: 1

    HTTPS has been an option with Facebook for a while, but Facebook chat (still) doesn't work while viewing over HTTPS. And the wife needs Facebook chat...

    1. Re:HTTPS on Facebook is still not 100% working by mini+me · · Score: 2

      While I am skeptical that anyone needs Facebook chat, given that it provides an XMPP interface, couldn't she use Facebook over HTTPS and chat over XMPP?

    2. Re:HTTPS on Facebook is still not 100% working by Shin-LaC · · Score: 1

      I just checked and XMPP now seems to work on port 443 as well, so I can finally use it from university.

  20. Who says hackers are bad... by Kildjean · · Score: 1

    It took a hacker, to force facebook into being more secure yet. Maybe someone sniffed the ports earlier today and that is how they got into Zuckerboy's account or fansite or whatever...

    --
    Nom de dieu de putain de bordel de merde de saloperie de connard d encule de ta mere.
  21. that's genius by digitalsushi · · Score: 2

    i cant share my wife's account anymore. i gotta make my own now.

    well, i needed to make one for myself just to untag my name from my ugly mug anyways. either way the machine is going to eat me. *splat* i give up. there's no way to avoid them. people i see can take photos of me and label me. i cant undo it without logging in. if i log in, it is still stored.

    it's a new world i guess.

    --
    slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
  22. Exposing Pics and Friends by Anonymous Coward · · Score: 0

    First of all this is using your friends pics without their consent. I'm sure there will be someone smart enough to use the social login to harvest someone's friends and constructing a friends list of a user.

  23. There's a problem with this. by thisisauniqueid · · Score: 1

    I had to name friends one time for some stupid facebook game that I installed. I couldn't name more than half of them from photos. Probably 1/3rd were people I didn't know that well who friended me ("sure, whatever -- click") and 1/3rd were people I knew but whom I couldn't identify based on their profile photos. => All in all, a novel but (in practice) rather stupid idea.

    1. Re:There's a problem with this. by Tukz · · Score: 1

      I keep a strict policy of only having people I actually know, and interact with on a regular basis, on my friends list.
      The entire "I got a gazillion friends!" craze completely eludes me.

      --
      - Don't do what I do, it's probably not healthy nor safe. -
    2. Re:There's a problem with this. by Bing+Tsher+E · · Score: 1

      I make a point of only using Facebook for a few games, so I don't know anybody at all who is one of my 'friends' on Facebook.

      I don't buy into Fuckberg's policy that I should only be friends with people who I know in real life.

  24. Security? More Like Giving Up Your Friends by Anonymous Coward · · Score: 0

    Does anyone else think this is just another way to have you give them more info. Before they knew who your friends were through links and addresses. Now the are able to start putting a face to a name. Further stripping of privacy here. There are other ways to make things more secure, but to rat out your friends is really manipulative.

    1. Re:Security? More Like Giving Up Your Friends by natehoy · · Score: 1

      No. The photos they use are, by definition, tagged already. They already have the information. They are just asking you to confirm it.

      Still, this is a stupid idea. I know every Facebook friend by sight, because I don't friend strangers. However, lots of people tag random pictures with names of people they think should see that picture, or tag pictures with a family account, or tag photos of a newborn with Mom's and Dad's accounts, or whatever.

      A random test might show me a funny picture of a guy holding a snowblower with snow flying out of his ass, a picture of a bicycle owned by someone, a picture of a 4-day-old baby that I can't tell from the other 12 million 4-day-old babies on Facebook, and a picture of an actual friend standing in the corner of a fantastic view of Mount Washington in the winter where the friend is three pixels of the picture. I know my friends, but not necessarily THAT well.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    2. Re:Security? More Like Giving Up Your Friends by vux984 · · Score: 2

      No. The photos they use are, by definition, tagged already. They already have the information. They are just asking you to confirm it.

      They already have "information".
      They may not have "good information".

      Images with a statistically high "miss rate" can be rated "poor representations" of so-and-so. Images with a statistically low "miss rate" can be rated "good representations" of so-and-so.

      As usual with facebook you are feeding them more information than you think.

  25. As a phisher looking for facebook passwords ... by BitZtream · · Score: 1

    I set up a fake facebook site, when you go to login, I forward the request to face book so I get your pictures and answers, then when your done, I get your password anyway.

    So anything local can steal your password and any phishing site can do it as well if they put 2 seconds of effort into it, they can also use an existing botnet to proxy the requests to the real facebook site so it doesn't all come from one phishing site host.

    If this is a replacement for captchas just stop. Require a valid credit card and a sign up fee of some tiny amount one time and freaking be done with it. Requiring a credit card is less of a hassle and more reliable even for people who don't currently own a card. Effective captchas are practically unreadable to most humans and the new 'throw random friends pictures at you' is worse since it will end up throwing you pictures like the back of someones head or some random person that happens to be in one of your photos but you really have no clue who they are.

    This doesn't solve any problems and makes use more annoying. Sounds like a win-win as long as it only applies to facebook.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:As a phisher looking for facebook passwords ... by Locke2005 · · Score: 1

      Wait... wouldn't requiring a credit card to login make it a lot easier for phishers like you to steal credit card info? I'm beginning to suspect you might have some ulterior motives for this "security" suggestion. Either that, or you are an utterly brilliant troll.

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    2. Re:As a phisher looking for facebook passwords ... by BitZtream · · Score: 1

      Actually, it wasn't a troll. I just made a blindly obvious and completely stupid suggestion from a security perspective.

      The good thing is, I have someone else making sure the work I do is secure before it goes into production. Although, its probably more embarrassing doing it here.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  26. Remember when... by Haedrian · · Score: 4, Insightful

    Someone had the 'brilliant' idea of everyone replacing their face with cartoon images from their childhood?

    They pull that sort of thing now, and most people won't be able to log in...

    1. Re:Remember when... by Anonymous Coward · · Score: 0

      Yes, because I forgot that the moment you upload a picture of a cartoon character Facebook then photoshops every photo you've previously been tagged in with the characters face instead of yours.

    2. Re:Remember when... by Nimey · · Score: 1

      My photo's still Pedobear.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    3. Re:Remember when... by natehoy · · Score: 1

      I suspect this is "tagged" photos, not "profile" photos. Still, photos get "tagged" that don't actually contain the subject of the tagging all the time.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    4. Re:Remember when... by dudpixel · · Score: 1

      Yes, because I forgot that the moment you upload a picture of a cartoon character Facebook then photoshops every photo you've previously been tagged in with the characters face instead of yours.

      this has nothing to do with photos you've been tagged in. it will only show profile photos...which means a bunch of cartoon characters will show instead of your friends.

      --
      This seemed like a reasonable sig at the time.
    5. Re:Remember when... by dudpixel · · Score: 1

      oops, just read the article...seems they ARE using tagged photos. what a load of crap that is then. surely profile pics would be more useful, but then I guess they can only show you info that you put up...but if they dont know its you, why are they displaying your photos to a potential hacker?? I dont like it at all!!

      --
      This seemed like a reasonable sig at the time.
    6. Re:Remember when... by halcyon1234 · · Score: 1

      One of my friends is Torbjørn Pettersen. I don't even think he can spell it right half the time. (I'm also sure Slashdot will drop most of the characters in his name).

  27. Yet another image-based CAPCHA scheme by Animats · · Score: 1

    The good news is that this will provide an incentive for producing low-cost high-quality face recognition software. There will also be face recognition outsourcing services.

    And, if the Facebook account is entirely fake (created, perhaps, by Facebook Demon), this won't slow down login, since the program has already seen its own pictures.

    1. Re:Yet another image-based CAPCHA scheme by omnichad · · Score: 1

      Furthermore, if those pictures are already public - as they'd better be if they're going to be shared by someone who only knows a username, they're being indexed by search engines. Just match up the photo with a search for similar images.

  28. What about the friendless? by nurbles · · Score: 1

    Does this mean that those of us who refuse to go anywhere near Facebook will no longer be allowed to post things? There ain't no way I'm ever going to have an account with something like that, I value my privacy (what little I have left) too much.

    And anyway, I don't really *like* people and have no friends, so what would I be shown if I *did* have a Facebook account, but zero friends?

    PS: apparently, one can no longer use the <i> tags to italicize words ("like" and "did" are wrapped in 'em above.) What else have we lost?

    1. Re:What about the friendless? by Anonymous Coward · · Score: 0

      Re Para 1: Wait, do you mean that you can post things on Facebook without an account? I don't think this changes anything

      Re Para 2: If you don't have friends, why would you be on Facebook? The entire point is to see what your friends and acquaintances are up to. Oh, I see, you're using it as an OpenID authentication source. I suggest you find another one.

    2. Re:What about the friendless? by nurbles · · Score: 1

      Color me stupid. Somehow I missed that this was a FACEBOOK security feature and though /. was going to start tying themselves to the evil facebook. Glad to know I'm completely wrong. Oops and sorry.

    3. Re:What about the friendless? by icebraining · · Score: 1

      Apparently they've added 'font-style: inherit' to * in the CSS file, which disables italics, although the tag is still there. I wonder why?

    4. Re:What about the friendless? by Sentrion · · Score: 1

      I think the OP raises a serious concern, that having a Facebook account is becoming as ubiquitous as having a street address, telephone number, and email address. Try getting any business done with a financial, medical, government, or any other institution without a "valid street address" and phone number. Information that used to be given out by phoned, written, or faxed request is now often available only at some particular website.

      Even more so, how often do you have to name someone as an emergency contact, or as a reference on some application. Sure, most people have friends and acquaintances, but are the friendless going to be excluded from conducting business in the world of tomorrow? Is not having a Facebook account going to be grounds for denying someone an account or a membership? While it may seem laughable now, I had a hard time getting my kids enrolled in the local school district because I didn't have any "proof of residency", because I don't pay electric bills, or own property, or have a written lease agreement. Yet neither one of these documents would really prove that I physically "reside" in the area.

    5. Re:What about the friendless? by Locke2005 · · Score: 1

      I created accounts for my imaginary friends... this makes it very easy for me to remember how their pictures are captioned! Now if I can just get them to stop criticizing my status updates, I'll be all set!

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
  29. What if your friends are all.. by Anonymous Coward · · Score: 0

    erm.. dancers? Do you need to know their real name or their stage name? Plz clarify.

  30. entice people to put names on the faces by ciaran_o_riordan · · Score: 1

    > asked to name the person in those photos

    It's also a good way to entice people to put names on the faces in their photos.

    Other security suggestions include verification via mobile phone.... which just so happens to be a good way to entice people to put their mobile phone number into their profile.

    Why does every feature sold as a security enhancement involve increasing the amount of personal info you hand over?

    1. Re:entice people to put names on the faces by crush · · Score: 1

      Even better, it creates an evolutionary pressure for spammers to invest in databases of peoples faces linked to names and associated face-recognition technology. Brilliant. Something else for which to thank the Facebook tards.

    2. Re:entice people to put names on the faces by Anonymous Coward · · Score: 0

      How else is facebook ever going to make money? By selling your information to highest bidder!

    3. Re:entice people to put names on the faces by hellop2 · · Score: 1

      exactly what I was thinking

      --
      How many more years will slashdot have an off-by-one error on your Score in your profile?
    4. Re:entice people to put names on the faces by shish · · Score: 1

      Why does every feature sold as a security enhancement involve increasing the amount of personal info you hand over?

      Because an authentication system based on "I honestly am Bob X, here is some public and widely known information to prove it" wouldn't be quite so effective

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  31. My congratulations by Carnildo · · Score: 5, Insightful

    My congratulations to the Facebook developers. They've made a website that faceblind people like me cannot use -- I didn't think that was possible.

    I wonder if I can sue them under the Americans with Disabilities act...

    --
    "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    1. Re:My congratulations by Americano · · Score: 0

      If they made this the ONLY way for you to login, rather than an option, then perhaps you'd have a case.

      Of course, since this augments the current login system and is in no way mandatory, maybe you should also talk to a lawyer about whether or not you have cause to sue a business owner who installs a wheelchair ramp AND stairs at the entrance to their business.

      What I find amazing is how many people here suddenly have Facebook accounts that they're worrying about being locked out of. It seems that Slashdotters move from "WUT IS DIS I NEVAR?" status to "ZOMG I won't be able to log in! QUELLE HORREUR!" with amazing rapidity.

    2. Re:My congratulations by wiredlogic · · Score: 1, Troll

      I wonder if I can sue them under the Americans with Disabilities act...

      How much are you paying them for their services? I would expect the damages to be a hefty multiple of that.

      --
      I am becoming gerund, destroyer of verbs.
    3. Re:My congratulations by stevie.f · · Score: 1

      I also have prosopagnosia and managed to get locked out of my FB account. Luckily for me, my gf knows almost all of my friends and was able to identify the people in the photos for me. I'm not sure what I would have done otherwise as being without a facebook account is social suicide these days.

    4. Re:My congratulations by Anonymous Coward · · Score: 0

      Most likely... With 1 in 20 (in the US) a lawyer now, is seems very likely that you will be able to get someone to take your case up.

    5. Re:My congratulations by stevie.f · · Score: 2

      When logging in from a different location (im my case I was on holiday, so I was on a different continent) I had to do this to verify that I was the account owner. I can understand why, but it was extremely frustrating and if I had been traveling without my partner then I would have been unable to use facebook for the duration of the trip. This was the only way possible to regain access to the account.

    6. Re:My congratulations by Velex · · Score: 1

      I wonder if I can sue them under the Americans with Disabilities act...

      Not any more than a transgender person could sue Microsoft for enforcing apparent birth sex for avatar gender on XBox Live.

      --
      Join the Slashcott! Stay away entirely Feb 10 thru Feb 17! Close all tabs to prevent autorefresh!
    7. Re:My congratulations by Anonymous Coward · · Score: 0

      My congratulations to the Facebook developers. They've made a website that faceblind people like me cannot use -- I didn't think that was possible.

      I wonder if I can sue them under the Americans with Disabilities act...

      You know, you might very well be able to do that. I suggest you seriously look into that.

    8. Re:My congratulations by Locke2005 · · Score: 1

      Chuck Close, is that you?

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    9. Re:My congratulations by Anonymous Coward · · Score: 0

      Considering the website is called "facebook" I think you're fucked from the start.

    10. Re:My congratulations by Americano · · Score: 1

      It's not the only way possible to regain access to the account. If you are unable to identify photos for some reason, and are locked out of your account, you simply go through the standard (numerous) methods to identify your account to reset the password, or you can contact Facebook security and explain your situation.

      None of these will result in "instant" access back into your account, but this is not the only way to regain access to an account that has been flagged as a security issue.

      And let's be honest: does anybody here really think that, during the course of developing this feature, that NONE of the engineers at facebook could identify "Gee what if my friend doesn't post a picture of himself on his profile" as a potential problem with their solution, and design their solution to mitigate against that? Off the top of my head, fairly easy-to-code technical solutions:
      1) Facial recognition software scans any photo being used for this captcha; if it doesn't appear to contain a single human face, or a clearly tagged *single* human face in a photo that shows multiple people... then don't use the photo.
      2) Display multiple (Facebook has chosen three) photos of the person - one of them may be a cartoon. It's unlikely that ALL THREE will be.
      3) If the user is, for any reason, unable to identify the person, allow the user to request different photos, or photos of another friend.
      4) If the user is still unable to identify the user, provide them with links to a form allowing them to contact technical support directly.

      I guarantee that several of these are already implemented. I further suspect that all of them are planned, if not fully implemented already.

    11. Re:My congratulations by Anonymous Coward · · Score: 0

      have you played the nds game 999 yet?

    12. Re:My congratulations by Anonymous Coward · · Score: 0

      I dont want to sound harsh, but what use does a faceblind person have for facebook?
      The whole point is for people to put of photos of themselves and other people then have schoolgirl
      like conversations about the photos. If you can't recognize the people in the photos then
      it is kind of useless.
      Granted, you can use it to email people or IM them or whatever, but why would you
      want to use facebook for that anyway?
      Anyway, trust me, your not missing out on much.

    13. Re:My congratulations by Anonymous Coward · · Score: 0

      No, but I bet you can sue them under the pretense that you're a whiny bitch.

  32. I like it. by Limburgher · · Score: 1

    I was traveling recently and it had me do the social login thing because I was outside the usual range of IPs. I actually liked it. It was a no-brainer for me to do, and very few people that weren't me could have done it correctly, since the pictures of people were from all over my social map. +1 to Facebook for this one.

    --

    You are not the customer.

    1. Re:I like it. by countSudoku() · · Score: 1

      Fuckerburg, is that you? If so, sorry about your myspace login being hacked by Sarah Palin, or whatever.

      --
      This is the NSA, we're gonna geet U h@x0r5! Also, what is a h@x0r5?
  33. Friends? by gmuslera · · Score: 1

    Which kind? Close ones? The old schoolmates that look totally different now? Some people that you only know thru internet, never saw in real life? The anonymous faces that some collect as "friends" just to make numbers? Any of the variations of the word used in the South Park episode about facebook?

    The problem with facebook is that everyone of them are just friends, not a lot of deepness there, basically all in the same bag no matter what they are, And add to that that their identifying picture could be anything.

    Probably will be far less troublesome to actually pick a decent password than remembering names of random friends.

  34. Teens will hate this by Stenchwarrior · · Score: 1

    My 15 year old daughter, and probably all other other teens/tweens out there, likes to "collect" friends, whether she really knows them or not. having tons of contacts on FB affords her bragging rights in her circle of real friends. So, if she has to name some of them before being allowed to access her home page, then I guess I can remove the time restriction to that domain from my firewall, cause she'll never get in again.

    --
    Loading...
    1. Re:Teens will hate this by fermion · · Score: 1
      They will may hate having to name 'friends' but they will love having the ability to spend the day on facebook at school. I suspect the real reason the HTTPS was implemented was to keep kids off facebook at school. I have no problem with kids spending some time in school on social networks, but if we are honest we will admit that most kids, even teens, do not have maturity to make a choice between immediate gratification and hard work. Even adults have this problem, which is why saw that Facebook was often blocked site by business in 2010.

      What I find is that login records, like phone records, are accesible to parents. A student might be doing bad in school, and rather than checking the phone and facebook records and seeing that the kid is sending a 20 texts an hour during school hours and logging into facebook 10 times a day, rather than reprimanding the student we call the school for allowing the student to fail.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    2. Re:Teens will hate this by Anonymous Coward · · Score: 0

      Tell your 15 year old daughter thanks for accepting my friend invite and she looks cute in those new pictures she put up last week.

      -ChildRapist69

    3. Re:Teens will hate this by Vegemeister · · Score: 1

      DNS requests are sent in plaintext. To defeat my apartment's filter, I had to ssh into another machine, nslookup the sites that were being blocked, and add them to my hosts file. Only then was https effective.

    4. Re:Teens will hate this by Stenchwarrior · · Score: 1

      She would laugh at the 69 in your name, too...even the teachers know to belt a preemptive "har har" before asking them to turn to page 69.

      --
      Loading...
  35. Terrible idea... by Darkness404 · · Score: 1

    This is a terrible idea for a number of reasons. First of all, how many people's friends actually simply tag themselves in photos of themselves. People tag themselves in all sorts of things, many of which are not themselves. Someone might tag themselves as George Washington, or the Mona Lisa or even just random things like a corner of a photo of a concert they attended. Secondly even if that was 100% perfect the fact still remains that the greatest threat to the average person's privacy isn't the guy who promises to 3nlarg3 y0ur p3n1s, though, that is a valid threat, but is more often it is someone with a grudge against you. While it is rather easy to laugh off the 3nlarg3 y0ur p3n1s guy and just say "sorry if you got any spam from me" but someone with a grudge against you might ruin your life, especially if you aren't on Facebook 24/7 and have added people like your boss, your parents, your in-laws, etc.

    --
    Taxation is legalized theft, no more, no less.
    1. Re:Terrible idea... by danwesnor · · Score: 1

      It's very common among my friends to use a parent's name when tagging children. Am I to be expected to be able to ID all of my friends' kids? Mark needs to come out of Zuckerland an see how people actually use his product.

  36. so, if I know the person I'm trying to hack by way2trivial · · Score: 1

    like, you know, all the little teeny boppers that hack their 'friends' facebook pages?

    what if the hacker is known to me/knows the same people I do?

    Ya, real good solution-- Since before the internet was widely in use~ with my very first bank account where I could call in and ID myself to the bank for account changes, ~ my 'mothers maiden name' has ALWAYS been something my irresponsible brother does not happen to know.

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  37. Should be true everywhere, not just free WiFi by DragonWriter · · Score: 1

    All web sites that allow logins should REQUIRE or at least STRONGLY ENCOURGE HTTPS from unencrypted WiFi hotspots such as those "found at coffee shops, airports, libraries or schools."

    No, all websites that allow logins should require at least HTTPS (and preferably HTTPS with certificate verification in both directions rather than just one, though getting to the point where that is practical is still a ways off) from any logon not on the servers local network. Otherwise, credentials are travelling unencrypted over the public internet -- which means a bunch of computers that aren't controlled by either the owner of the account or the owner of the system they are logging in to, any of whom can capture that information and misuse it.

  38. What's the point of HTTPS on Facebook? by JustAnotherIdiot · · Score: 1

    It's like adding a lock on a door that leads to a house with only one wall.

    --
    What do I know, I'm just an idiot, right?
  39. Social Login - OLD by Anonymous Coward · · Score: 0

    The Social Login is old, I first had to use it when in America last July (it didnt like the fact i normally log on in the UK). The only problem with this is thoose "tagging" photos, where it asks you do identfy someone who has been tagged and they are just a word etc, doesnt really work.

  40. Does "turn on https" break third-party clients? by DdJ · · Score: 1

    I'm curious: does turning on "do everything over https" end up breaking third-party clients, like some of the iPad clients or like the Facebook upload plugins for some photo software?

    Also, how does it interact with the ajaxy "like" buttons on third-party web sites?

    (The option hasn't been rolled out to me yet, so I can't check on the answers myself yet.)

  41. social login... hmmm.. by oliverthered · · Score: 1

    I've no idea how they plan to use this, I don't watch TV and most of my friends on face book either don't use real names or real pictures or both and often tag each other in the most bizarre pictures and change lots of things from time to time.

    Maybe some people do use real identities, who knows?

    --
    thank God the internet isn't a human right.
  42. HTTPS has been there for a long time, still no IM by Anonymous+Freak · · Score: 4, Interesting

    I've been using HTTPS for Facebook for quite a while (when accessing over wireless, or from work,) and they've slowly been making it less obnoxious. The certificate errors disappeared a few weeks ago, but there is still no IM via HTTPS. And if you are logged out and visit their site via HTTPS, if punts you back to the regular HTTP when you log in, so you have to go manually re-S the connection.

    --
    Another non-functioning site was "uncertainty.microsoft.com."
    The purpose of that site was not known.
  43. Rejoice friend "less" people by valinor89 · · Score: 1

    Now I really like not having 500 friends! I think that with 40 I have enought. I don't want to think what will hapen to those who have to remember the names of hundreds of people, specially of those who have a random pic as their profile.

  44. Re:HTTPS has been there for a long time, still no by Tukz · · Score: 1

    I would assume that this announcement means that Facebook will now be fully compatible in HTTPS mode.
    If not, nothing really changed, as you said yourself, it's been possible to use Facebook in HTTPS for quite some time now.
    Just IM isn't working in HTTPS.

    --
    - Don't do what I do, it's probably not healthy nor safe. -
  45. What about by Anonymous Coward · · Score: 0

    What about all those pictures with a bunch of cartoon characters describing a particular personality trait and then you tag the friends that best fit that trait? Just about every female friend I have either has or is tagged in at least five of those. Am I to remember that a mutual friend that I've never met thinks my buddy is "the comedian" or "the athlete"? What about people with horrible tagging skills? I see tons of picture with tags that are nowhere near the person. Or pictures of my friend in their halloween costume that covers their face? A friend of mine was recently married. She got tagged in every single picture in this one lady's album of the wedding, even if she wasn't actually in the picture. All examples of situations where this fails and I end up super pissed off.

    This is a good idea in theory. The odds of someone else being able to identify each of the people you know is slim at best. Even your best friend or spouse will have trouble unless you grew up together and were inseparable. The problem is that the system relies on something that isn't at all reliable.

    I think the best solution is encouraging strong passwords with a good recovery question. If the user is too stupid to come up with something that can't be guessed then they deserve to get hacked. In my humble opinion, if a website needs this level of security to "protect my private information", then they have far too much of my private information.

  46. Easily Broken With Image Database by Anonymous Coward · · Score: 0

    When someone mines your profile, they'll grab all your photos and the tags on them. People will create huge databases of photos and who's been tagged in them. To pass the security checks, the hacker just has to look up the photo in the database and reply with the right tag.

    Why wouldn't this work?

  47. stupid idea by Trailer+Trash · · Score: 1

    Half of my "friends" have a picture of their child instead of themselves for their profile picture. One couple, I kid you not, both have the exact same picture of their baby in their profile. If it gets around to pictures where someone's been tagged, God forbid, it'll be idiots who tagged me so that I'll see the picture because they're too stupid to hit "share", or the cartoon panels with "the babe, the ditz, the idiot, etc." where all their friends are tagged.

    Holy shit, facebook makes people mouth-breathing stupid.

    1. Re:stupid idea by Locke2005 · · Score: 1

      Holy shit, facebook makes people mouth-breathing stupid.

      You appear to be confusing the cause and the effect.

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
  48. TIN FOIL HAT ANECDOTAL EVIDENCE! by Anonymous Coward · · Score: 0

    This was deployed in the Vancouver area for a small stint a month or two again. I was asked to verify someone's picture who I know religiously untags all photos of herself. Hmmmm.

    GET YER TIN FOIL HATS!

  49. Turn in your friends. by Anonymous Coward · · Score: 0

    You are on their list. And do you know why? Because you were betrayed by people you trusted. They "named names".

  50. The more you tighten your grip, Facebook by Maxo-Texas · · Score: 0

    Princess Leia: The more you tighten your grip, Tarkin, the more star systems will slip through your fingers.

    I am getting really darn sick of Facebook.

    I'm down to posting an interesting picture every few days.

    I no longer play any of the games.

    I do NOT WANT TO BE UNIQUELY IDENTIFIED.

    I WANT MY PRIVATE LIFE PRIVATE.

    I DO NOT WANT TO BE JUDGED BY EMPLOYERS AND OTHER PEOPLE IN 10 YEARS FOR THINGS I DID TODAY.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
    1. Re:The more you tighten your grip, Facebook by Tim+C · · Score: 1

      I WANT MY PRIVATE LIFE PRIVATE.

      Then what the hell are you doing with a Facebook account? That's like having a shower then complaining that you got wet - yes, that's the whole point.

      I DO NOT WANT TO BE JUDGED BY EMPLOYERS AND OTHER PEOPLE IN 10 YEARS FOR THINGS I DID TODAY.

      Then either don't do them, or man-up and learn to not give a shit. Any prospective employer that won't hire me in 2021 because of a picture of me drunk or whatever in 2011 is an employer I wouldn't want to work for anyway. (Also, obligatory xkcd.)

  51. More Suckerberg by McTickles · · Score: 1

    Enough already...

    I swear the media should stop reporting everything Facebook does (or not).. it is just free advertisement for them...

    So wooohoo Facebook FINALLY was arsed (out of their busy personal data resale business) to modify a couple config files to enable HTTPS and now Facebook is HTTPS compliant, so are alot of other sites big fucking deal!

    Media reporting on Facebook are, with the user, what keeps the cancer growing.

  52. Why are you on facebook still? by Anonymous Coward · · Score: 0

    And if you are than you obviously don't even care about this, something that should have been done years ago.. (HTTPS)
    Shame people willingly sacrifice privacy for convenience.

  53. Because every photo on Facebook is of a person by amnesia_tc · · Score: 1

    There's no way someone could have tagged a picture of a toy or other inanimate object as a person on my friends list...

    1. Re:Because every photo on Facebook is of a person by Anonymous Coward · · Score: 0

      Well then they're doing it wrong... maybe this is an attempt to learn them how to taggin' correctly!

  54. 898327236 friends by crsuperman34 · · Score: 1

    so all the 'friend whores' who have 87239872347+ friends, non of whom actually are real friends... are now locked out of their accounts! Karma's a B*&Ch.

  55. What countries get the HTTPS option? by Anonymous Coward · · Score: 0

    HTTPS option doesn't appear in Security panel in Canada. What countries was this rolled out to?

  56. FAIL by Anonymous Coward · · Score: 0

    Most people I know have like over 300+ friends on their fb. Out of the 300+ they probably only really know 50 by name - the others are random acquaintances - people they met in bars, people they met on other Internet websites, etc.

  57. Social login not so new! by Anonymous Coward · · Score: 1

    This Social Login has been around for months, I remember seeing it in July when I was on holidays. As far as I know, this only happens when you try to log in from a country other than the one you usually log in from.

  58. fb https by Life2Death · · Score: 1

    we noticed this at work by accident, when we could get by the company firewall (we're in IT)

    the https site doesnt have https links so clicking on ANYTHING goes back to unsecure. Also what if your friends are fucking dumbshits and post pictures of their friends in their pictures - i got asked picture questions like this trying to log in from another state, and its stupid as shit.

  59. Re: You might want to do some research. by Anonymous Coward · · Score: 0

    You're just relating the most recent news you heard to what has now been announced.

    Just because you lack information it doesn't mean that you have to force whatever tiny bit you know to explain everything else.

    Check this out:
    http://www.theatlantic.com/technology/print/2011/01/the-inside-story-of-how-facebook-responded-to-tunisian-hacks/70044/

  60. Here's an idea by Anonymous Coward · · Score: 0

    Why not make it so that, when they implement this feature, you get an alert to tag (three/six/nine/etc) photos of yourself that you want to show up on your friends verification screen. This way it gets rid of all the 'omg my friends tag me in photos they want me to seeeeeeeee!' complaints (well, for those people who aren't dicks about it).

  61. All of this is a response to Tunisia by kabloom · · Score: 1

    These new features are a response to an attempt by Tunisian Internet censors tried to steal the Facebook passwords of everyone in the country to disrupt the protests against the government.

  62. Insensitive Clods by Anonymous Coward · · Score: 0

    I don't have friends on facebook !

  63. Re:HTTPS has been there for a long time, still no by tkprit · · Score: 1

    Just adding the 's' on the profile page doesn't work for me... I add the s, hit reload, and it takes me back to the "news" (wall?) page instead of the profile page. I've tried bookmarking the profile page with the 's', and FB messes up (I've ended up in freakin PHOTOS instead of profile). Plus, if you TRY to edit your profile, the yellow yield sign pops up saying that action can't be performed (just like the chat notification).

    Again, though, you ALSO lose ads with https, which I consider a plus ;D

    I remove the 's' from https, and it all works as intended (including the blasted ads if I have ABP disabled). I'll be checking FB over the next few days to see if things improve. I don't really care that much since my FBs are 'fake' and nothing on them is real, and even if they beef up security, I expect the privacy problems (can they sell your info) will still be a problem. However, I hate that people were dying (or being incarcerated) for posting on FB in other countries, so I support any security measures MZ attempts.

  64. Brute force by Anonymous Coward · · Score: 0

    What about this scenario:

          1. Hacker Application tries to log in.
          2. H-A get a picture with faces along with names.
          3. H-A store the picture locally, recognize the face and tags it with the possible names.
          4. Go to step 1 until it's able to recognize the face.

  65. Re:HTTPS has been there for a long time, still no by Anonymous Coward · · Score: 1

    There is an extension for Chrome (Use HTTPS) which forces https for Twitter and Facebook by default. You can also add more sites.

  66. besides public and private, there's abstract by ciaran_o_riordan · · Score: 1

    Those aren't the only two options.

    For example, passwords are neither public nor private info.

  67. Sneaky.... by balaband · · Score: 1

    This is a nice way for Facebook to get rid of all those fake accounts. No matter what info you posted, your friends will answer security questions enough times (in)correctly for their engine to decide which information was truthful.

    If I was an evil mastermind behind this would be a nice moment for diabolical laughter.

  68. Social Login--this will not go well by beerdini · · Score: 1

    I dropped my FB account a few months ago because I finally decided that it wasn't worth it, and it ticked me off that I had an almost obsessive urge to check my phone for updates every 3 minutes. For someone like me the social login wouldn't be too bad, I made it a point to only friend people that I know in the real world. Depending on how the login works I don't know or remember their full names so if it is looking for the person's full name or just first name that makes a difference. My last name is 12 characters, so good luck trying to remember that or typing that in correctly.

    Now lets talk about some of the other folks that I knew on FB, mostly women/girls that would friend anyone and everyone that they had a class with, met at a party, etc... in other words, a bunch of people that they don't know. This is going to to over great for them because they won't have a clue who some of the pictures are, not to mention most pictures are group shots with several people in them anyway...which one is the person they are supposed to ID. Maybe its FB's way of getting people to only post pics of themselves as their profile pic. I personally hated it when someone would use pics of their kids because when you think you know who the person was but the pic is absolutely no help I just moved along. Maybe FB is trying to curb users from friending anyone that sends a request. I think this is going to cause more outrage than acceptance on the site, and is yet another reason that I'm glad I'm no longer a member.

  69. doesn't work very well, though by pointbeing · · Score: 1

    I got hit by this yesterday. Friend of mine picked up some malware on his PC that posted to his wall and sent messages to everybody on his friends list with a link to Yet More Malware. Since I was on his friends list FB forced me to change my password and certify that I'd changed my email password and scanned my PC for viruses - I only access FB with a Linux box but scanned it anyway just for fun ;-)

    All was good until I got to the facial recognition thing. They sent me pictures of a buncha people I'd never seen - since you can tag any photo with any name I got three pictures of people I'd never seen before - at least they'll let you opt out and do CAPTCHA as the facial recognition thing was an epic fail for me.

    --
    we see things not as as they are, but as we are.
    -- anais nin
  70. Name the photo? by garwain · · Score: 1

    Yes, I really see this working for people like me. I litterly have 1000's of contacts on facebook, because a few job sites I work at have had the great idea that it's the best way to collaberate on projects when us developers are spread around the world. A few organizations that I belong to also use facebook as a primary means of communications, so I get a few dozen people that I don't really know, but want to have a conversation with. Sure, ones that I've dealt with recently I may recognize if it's their profile picture, but if it's a grainy family photo, then I probably wont recognize them. What about photos that have 2 friends in them, with only one person tagged, and both names come up?

  71. WAHAHAHAHA! by hesaigo999ca · · Score: 1

    The end of everyone having a million friends they barely know will be awesome. This will force everyone to have only the friends they can remember as friends....I complained about this a long time ago, being the sore spot for me about facebook....now watch as many will not be allowed into their accounts as they forget who the last 100 friends they added are...and can't remember their names....LOLOL
    too funny!

    I hate facebook, i hate facebook, i hate facebook (click my heels together)

  72. Re:HTTPS has been there for a long time, still no by Anonymous Coward · · Score: 0

    I figured the same thing. Irritating that facebook still doesn't support encrypted chat traffic.

    But in such a case, it's not like there's anything new. NoScript, for instance, has been able to force seamless https on Facebook for months.

  73. Hell no! by Cro+Magnon · · Score: 1

    Half my FB friends are people I added from another online forum we belong to. The other half are HS friends I knew 30 years ago. One of them has a picture that I think is two human beings. I've been told that it's her & her 8 y/o son, but I can't tell that from the pic, let alone recognize her. Another has recently died her hair, and looks a lot like another who hasn't. My own picture was taken with an iPhone is bad light; I bet most of my friends couldn't recognize me from THAT.

    I just can't see this working.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  74. face detection by DrYak · · Score: 1

    facebook has already a face detection algorithm used to help tagging uploaded photo collectiosn. They should use it in their captcha system too.
    also, as pointed out by the next reply bellow, problems will also come from remote friends (the kind of friend you invite only to expand your farm). This too should require some hacking (like selecting only the most revelant friend based on shared common - the same kind of stuff facebook is already using for suggestions)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  75. Social login, new? by salimma · · Score: 1

    The social login is not new -- they've used it for location verification for a long time, if you suddenly log in from, say, another town within the same day. My pet peeve is that some profile pictures don't contain actual faces, and some tagged pictures are tagged incorrectly -- so sometimes there's no way to correctly ID a person. You are allowed a few misses, but it calls for (a) Facebook to perform facial recognition to make sure the pictures they show at least show recognizable faces, and (b) for us to prune friends list to keep only those contacts whose profile pictures we recognize (either because it's their actual face, or because one knows them well enough to recognize silly non-facial logos)

    --
    Michel
    Fedora Project Contribut
  76. HTTPS? by jarlsberg71 · · Score: 1

    What good is HTTPS if the security risk is coming from WITHIN? (am reminded of the "killer is on another phone in the house" Urban Legend...

    --
    E8B8B