I use the following facebook request:
to get the feed of facebook api but it only returns max 12 subattachments while the posts include more 12 attached image.
any idea how to get all the images attached to the posts with the description for it ?
According @CBroe's hint, the solution was to modify the URL like below:
https://graph.facebook.com/v2.5/YOUR_PAGE_ID_HERE/feed?access_token=YOUR_ACCESS_TOKEN_HERE&fields=description,attachments{subattachments.limit(100)},message&limit=100