views:

41

answers:

1

how do I get the user's account information (at least his Gmail address) after the authentication has passed?

A: 

this could be interesting for you: http://code.google.com/intl/ru/apis/accounts/docs/OpenID.html#Parameters

ps: you have to ask the email parameter not after but BEFORE preparing request to do by declaring it as requested.

anyway - more specific advice is depends on openid library you're using

zerkms