I have some problems with album with more than 25 photos... my code is:
$albumPictures = $facebook->api('/' . $album .'/photos','GET');
but if I look into $albumPictures I find only 25 photos... can anyone help me please?
|
|
Have you forgotten to paginate to the next page? There's a You could also just ask for all photos in a single request by calling |
|||||||||
|