In the file /wordpress-seo/frontend/class-opengraph.php, around line 134 look for the function called public function url(), replace it with this:
public function url() {
$url = 'http://'.$_SERVER["SERVER_NAME"].$_SERVER['REQUEST_URI'];
echo "<meta property='og:url' content='" . $url . "'/>\n";
}