Код: Выделить всё
if ($user) {
try
{
$curPage = $_REQUEST["page"];
$curOffset = $curPage * 25;
$nextPage = $curPage + 1;
if ($curPage > 0) {
$prevPage = $curPage - 1;
} else {
$prevPage = 0;
}
$photos = $facebook->api('/me/photos/photos&offset='.$curOffset.'&limit=25');
echo '';
foreach($photos['data'] as $photo)
{
if($a ');
echo '';
//echo "
[img]{$photo[[/img]
";
print ('
[img].$photo[[/img]
[/url]');
echo '';
$a++;
}
else {
echo '';
echo '';
print ('[url=editor.php?photo_id=]
[img].$photo[[/img]
[/url]');
//echo "
[img]{$photo[[/img]
";
echo '';
$a = 1;
}
}
echo '';
$canvas_base_url = "http://apps.facebook.com/piggypic/";
echo '';
Подробнее здесь: https://stackoverflow.com/questions/904 ... -of-a-user
Мобильная версия