I'm trying to get the photos from album using the album id but cannot get it,
I'm using graph api explorer to check the URL and its not working,
First, I'm doing a /me/albums to get the albums,
part of result result:
name": "Moribay Photos",
"link": "https://www.facebook.com/album.php?fbid=388544751194190&id=100001160043714&aid=79115",
"cover_photo": "388544754527523",
now that i know that it has an id of 79115, i do a /79115/photos and getting the following though I have 3 photos in it
{
"data": [
]
}