OpenGraph
TODO: Write documentation for Opengraph
Constants
VERSION = "0.1.0"
Class methods
from_url(url)
Fetch Open Graph data from the specified url. Makes an
HTTP GET request and returns an OpenGraph::Object
or nil if the URL was not found.
parse(html, strict = true)
Parse raw html either from a string or an XML::Node
and return an OpenGraph::Object.