Skip to content

Instantly share code, notes, and snippets.

@danesparza
Created May 16, 2011 19:00
Show Gist options
  • Save danesparza/975071 to your computer and use it in GitHub Desktop.
Save danesparza/975071 to your computer and use it in GitHub Desktop.
Gravatar images - using the hash
// Compute the hash
string hash = HashEmailForGravatar(email);
// Assemble the url and return
return string.Format("http://www.gravatar.com/avatar/{0}", hash);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment