I'm using FBRequestConnection
on iPhone for getting all photos from same album.
I want to get all photos from album which has 11 photos in it and aid="100001996111955_72360"
.
I wrote the below code, but it returned 4 photos, not 11.
SELECT pid, src_big FROM photo WHERE aid="100001996111955_72360"
Can anyone enlighten me why I couldn't get all the photos?