# File lib/omniauth/strategies/oauth/plurk.rb, line 51 def user_hash @user_hash ||= MultiJson.decode(@access_token.get('/APP/Profile/getOwnProfile').body)['user_info'] end