Current File : /home/aventura/public_html/facebook/Example.php
<html>
<head>
<title>Facebook Page Album</title>

<style type='text/css'>
	body
	{
		font-family:arial;
	}
	#wrapper
	{
		width:880px;
		margin:0 auto:
	}
	#back
	{
		display:block;
		padding:5px;
		float:left;
	}
	#backAlbums
	{
		display:block;
		padding:5px;
		float:right;
	}
	#next
	{
		float:right;
		display:block;
		padding:5px;
	}
	#prev
	{
		float:left;
		display:block;
		padding:5px;
	}
	.ImageLink
	{
		display:block;
		float:left;
		padding:5px;
		margin:5px;
	}
	.ImageLink img
	{
		width:150px;
	}
</style>
</head>

<body>
<?php
	include("phpcUrl.php");
?> 
<div id ="wrapper">
<?php
	//echo "HOLA".$_GET['aid'];	
	define('PAGE_ID', '240693159294003');
	define('APP_ID','');
	define('APP_SECRET','');


	$var_album="878930862136893,874777979218848";

	$face =  FacePageAlbum(PAGE_ID, $_GET['aid'], $_GET['aurl'], APP_ID, APP_SECRET, $var_album);
	//print_r($face);
?>
</div>
</body>
</html>