fbpanel icon indicating copy to clipboard operation
fbpanel copied to clipboard

Google profile integration with User plugin

Open RichJack opened this issue 9 years ago • 0 comments

Would you consider allowing for a Google profile pic as well as Gravatar? I've been looking into it and you can get it by querying this web address with your Google username:

http://picasaweb.google.com/data/entry/api/user/${GUSERNAME}?alt=json

eg: http://picasaweb.google.com/data/entry/api/user/chromixium?alt=json

Then the website displays the full path to the logo as follows:

"gphoto$thumbnail":{"$t":"http://lh3.googleusercontent.com/-wGDIB6oPy0w/AAAAAAAAAAI/AAAAAAAAAAA/kb8-My-IGTI/s64-c/101947769087707595037.jpg"}}}

There's more info here: http://stackoverflow.com/questions/9128700/getting-google-profile-picture-url-with-user-id

RichJack avatar Dec 07 '15 21:12 RichJack