class OpenGraphReader::Configuration

The behavior of this library can be tweaked with some parameters. Note that configuration is global, changing it at runtime is not thread safe.

@example

OpenGraphReader.configure do |config|
  config.strict = true
end