I am new in web development sector. It's seem to impossible to fetch my web pages using facebook Open Graph Object Debugger manually. When I search code to force re-scrape I found this code, but confused where to add. I thought it is php function and include , but it print parse error. Is it complete code ?, am I right ? Many website and blog advice to use following code. But I have no idea. I can't find clear way.
<?php $url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?>
<?php curl "http://developers.facebook.com/tools/debug/og/object?q=$url"; ?>