Closed eugeneius closed 10 years ago
Out of curiosity, was this introduced with the GH hosted avatars?
I'm just going by the information in the blog post, but it looks like that's the reason alright:
Users have been able to upload avatars directly to GitHub for a while now. [...] As a result, the
gravatar_id
attribute no longer identifies a GitHub user’s canonical avatar. Instead, API consumers should use theavatar_url
to fetch a user’s avatar.
Thanks.
The
gravatar_id
attribute has been deprecated in favour ofavatar_url
: https://developer.github.com/changes/2014-09-05-removing-gravatar-id/Removing
gravatar_id
entirely would break clients, butavatar_url
should at least be available.