I get
{{profile.name}} : {{services.github.email}}
for my Meteor app using GitHub API, but I can't find the profile photo property with Meteor.user() command. It seems like GitHub has its photo from Gravatar. How do I get the profile photo like I did for username and email address {{profile.name}} : {{services.github.email}}
My app is similar to this
http://www.smashingmagazine.com/2013/06/13/build-app-45-minutes-meteor/