niallkennedy / open-graph-protocol-tools

Open Graph Protocol validator
http://ogp.me/
255 stars 73 forks source link

Fixed some bugs and updated a method to stay consistent. #2

Closed erunion closed 12 years ago

erunion commented 12 years ago

I've updated OpenGraphProtocolArticle->getSection() to fix a typo that was causing it to fail while trying to return a method that didn't exist

Also updated OpenGraphProtocolVideoObject->addWriter() to now return the instance OpenGraphProtocolVideoObject object so it's consistent with the rest of the add*() API.