I was considering using openID for a site I am thinking of building but it does not look like I can get any information extracted out other than the email. I would like to extract other information such as first, last name, address, etc when available. Are they other alternatives that would allow me to get this type of info from accounts such as gmail and facebook?
Share
Assuming the end-user allows you access to such data, you can absolutely request more data through OpenID. It’s called Attribute Exchange: you can see the spec here or search Google for the implementation info you need.