How to access avatar from google?

I have implemented OpenID-Login with Google. I can access the following attribute types: contact / email ',' NamePerson / first ',' NamePerson / last 'and' pref / lang '. But I also want to have an image / avatar on Google. Regarding the specifications http://www.axschema.org/types , it should be "media / image / default" or "media / image / aspect11", but none of them work :(

Is it not possible to access the image / avatar through OpenID?
Is the AX type something else?
Is there any other way to get this image?

+7
openid google-openid
source share
1 answer

According to the Google Federated Login, the Google page only supports the following AX attributes:

As you can see, none of them contain user avatars. As far as I know, there is no way to get it.

+5
source share

All Articles