vote up 2 vote down star

Hello,

I am wondering if it is possible to request more information besides email from Google and get the name of the user also?

Am using JanRain OpenID PHP script.

Thank you

flag

75% accept rate

3 Answers

vote up 3 vote down check

No, it isn't possible. Google only releases the user's email address. Their server is set up to never give out any more information than that:

See their OpenID page for developers to learn more: http://code.google.com/apis/accounts/docs/OpenID.html

link|flag
what about yahoo? does it give any info? – Alec Smart Mar 23 at 9:31
No, Yahoo doesn't respond to any sreg or AX extension requests. Although they're looking at both of these for future support. – Andrew Arnott Mar 23 at 17:32
Yahoo maybe does sreg with a few select sites: open.login.yahoo.com/openid/op/… – keturn Apr 5 at 12:54
It turns out that Google also has a whitelist of RPs that include plaxo.com that it is willing to respond to with more than an email address. But Google isn't advertising this fact, and no clue how to get on that white list. – Andrew Arnott Apr 6 at 15:47
vote up 1 vote down

I normally read the manual only when truly defeated. For 3 days, I have tried different ways to fetch user attributes from those two giant OpenID providers, but only managed to fetch the "email" attribute from Google and absolutely nothing from Yahoo. And then I had to read the dreaded manual, even those vague OpenID specifications.

So why implement a standard and not fully support it? Why pretend that there is any viability to OpenID if the big parties will not cooperate with the smaller parties when it comes to information exchange.

I guess the basic sign up and sign in process wins after all... Who really needs to know about XRIs and URLs anyway?

link|flag
Now it seems I can fetch the first name, last name, and country from Google. – BakerKawesa Jul 15 at 7:40
vote up 2 vote down

Search for OpenID Attribute Exchange -- that's what you want.

We haven't looked at it in a while (6 months?) but it was quite rough when we did. Hopefully things have improved since then.

More resources:

http://www.google.com/search?q=openid+attribute+exchange

link|flag
Thanks. The more I read, the more I realise how screwed up OpenID is. I wish all these big organizations could just follow one simple standard. – Alec Smart Mar 20 at 9:39
Um, they do? OpenID is being pretty well adhered to by the big organizations. The extensions to OpenID are a bit splintered right now though. – Andrew Arnott Mar 20 at 14:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.