aanatoly / fbpanel

lightweight X11 desktop panel
http://aanatoly.github.io/fbpanel/
Other
56 stars 27 forks source link

Google profile integration with User plugin #17

Open RichJack opened 8 years ago

RichJack commented 8 years ago

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