I'd like to know if there's a way to request a page's feed and also the pictures in each post. Getting each one separately isn't hard:
- PAGE_ID?fields=id,name,cover,fan_count,posts
- POST_ID?fields=full_picture
I've tried using batch. I wasn't able to get both in one request, I ended up with only the photos but not the posts (data) associated with.