# File lib/omniauth/strategies/facebook.rb, line 109 def build_access_token super.tap do |token| token.options.merge!(access_token_options) end end