When I ask for photos in certain albums I receive only part of the images, while when I use facebook.com I can see them all.
For example: /3738185490005/photos?fields=id
returns 4 images:
{
"data": [
{
"id": "3805142683893",
"created_time": "2012-06-05T20:11:54+0000"
},
{
"id": "3744666692031",
"created_time": "2012-05-25T18:40:26+0000"
},
{
"id": "3738416375777",
"created_time": "2012-05-24T14:41:45+0000"
},
{
"id": "3738185530006",
"created_time": "2012-05-24T13:41:37+0000"
}
]
}
When I look at Facebook itself I see 9 images. Also when I look at the album call: /3738185490005
I see "count": 9
. All images in this album are shared with Friends. I have seen this with multiple kinds of albums, but it happens most (as far as I can see) with Mobile Uploads or Instagram albums.
What can cause this?