I was trying to get the photos from facebook using the graph api, however, it seems like it will not include theose multi-photo upload images.
I have use graph api explorer to check, I put down
/<album id>/photos
It seems only retrieve the single photos and does not show the multi-photo upload images in the list.
How do I retrieve those multi-photo upload images using graph api?