I regret using symfony, because the simplest things are so difficult to do.
How can I set facebook meta tags such as in my layout.php file.
I've tried quiet a few things.
I know setting a title is as easy as this, but setting these meta tags is proving a challenge.
$response = $this->getResponse();
$response->setTitle('title');