# File lib/omniauth/strategies/facebook.rb, line 53 def raw_info @raw_info ||= access_token.get('me', info_options).parsed || {} end