| Current Path : /proc/1412127/cwd/webspace/www.promiel.be/html/modules/CGExtensions/lib/http/ |
| Current File : //proc/1412127/cwd/webspace/www.promiel.be/html/modules/CGExtensions/lib/http/test_fbapp.php |
<?php
// Include the Http Class
include_once('class.http.php');
// Instantiate it
$http = new Http();
// Get Facebook Application page
$http->execute('http://www.facebook.com/apps/index.php');
// Show result page or error if occurred
echo ($http->error) ? $http->error : $http->result;
?>