Facebook Connect and Hash Password Encryption
        Posted  
        
            by JamesStrocel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JamesStrocel
        
        
        
        Published on 2010-05-27T19:18:48Z
        Indexed on 
            2010/05/27
            19:21 UTC
        
        
        Read the original article
        Hit count: 491
        
I'm trying to integrate a Zen Cart site with Facebook Connect. So far, I've been able to get Zen Cart to recognize that the user has a facebook account and is logged in, but that's it. True authentication into Zen Cart eludes me because I can't figure out where a password could be stored and how to get it to Zen Cart to be compared with the password hash. I know Facebook Connect has been implemented with webapps that have such passwords like wordpress, so I know there must be a way to do it. Is the password stored in a cookie? In the Facebook application itself? Any help would be appreciated, even if it's just a place to start searching.
© Stack Overflow or respective owner