DotNetOpenAuth I need some help please
        Posted  
        
            by 
                Nate Gates
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nate Gates
        
        
        
        Published on 2011-01-11T02:48:47Z
        Indexed on 
            2011/01/11
            2:53 UTC
        
        
        Read the original article
        Hit count: 250
        
I know this has been posted before, but never really answered, I'm using the DotNetOpenAuth to try and do GoogleID login, and every time I do details = OResponse.GetExtension<ClaimsResponse>(); I always, always, always get back null, I don't get whats the point of the GoogleID if I can't get back any information, I would think at the very least I would get an email address, so I could associate it other login information in my databse. I just don't understand could really use some help, Im probably just looking at openID in the wrong way.
I'm using ASP.NET and looking to use openID/Facebook as my sole means of logging in users, I really don't want to mess with membership roles, or extra junk that ASP.NET likes to add.
© Stack Overflow or respective owner