# File lib/omniauth/strategies/oauth/you_tube.rb, line 51 def user_hash # YouTube treats 'default' as the currently logged-in user # via http://apiblog.youtube.com/2010/11/update-to-clientlogin-url.html @user_hash ||= MultiJson.decode(@access_token.get('http://gdata.youtube.com/feeds/api/users/default?alt=json').body) end