scottmac / opengraph

Helper class for accessing the OpenGraph Protocol
463 stars 151 forks source link

Fails for http://www.imdb.com/title/tt0117500/ #1

Closed davidrecordon closed 14 years ago

davidrecordon commented 14 years ago

__values seems to be empty in line: if (empty($page->_values)) { return false; }

scottmac commented 14 years ago

IMDB is using <meta name="og:title" The spec says <meta property="og:title"

So is IMDB broken or not?

scottmac commented 14 years ago

They're also missing og:image and og:type which are required.

davidrecordon commented 14 years ago

Yeah, they're broken. Ignore my use case.

scottmac commented 14 years ago

It's on the main open graph protocol site, maybe we should use Rotten Tomato as an example :)