I am trying to get the meta data information from the below url, but its not working, all I'm getting on the screen is an empty screen. Any kind of help is highly appreciated.
$tags = get_meta_tags('http://watch32.com/movies-online/return-to-the-blue-lagoon-2766');
echo $tags['author'];
echo $tags['keywords'];
echo $tags['description'];
echo $tags['geo_position'];