# File lib/omniauth/strategies/facebook.rb, line 22
      def user_data
        @data ||= JSON.parse(@access_token.get('/me'))
      end