# File lib/omniauth/strategies/dopplr.rb, line 28 def user_data @data ||= MultiJson.decode(@access_token.get('/oauthapi/whoami').body)['whoami'] end