Example usage of AX in PHP OpenID
        Posted  
        
            by Supercharged
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Supercharged
        
        
        
        Published on 2009-07-26T05:11:41Z
        Indexed on 
            2010/04/10
            9:03 UTC
        
        
        Read the original article
        Hit count: 610
        
I'm using JanRain's PHP OpenID library. It comes with example script which is using SReg extension. But I want it to work with Google (and it works for auth actually), but Google uses AX (attribute exchange) instead of SReg for additional data. For some reason, JanRain's library is missing AX support in example script, and code comments in AX script are out of my understanding, though comments in SReg script are clear as 1-2-3.
Does anyone know how to implement AX without too much pain?
© Stack Overflow or respective owner