I\'m getting my page wall with the open graph. And when someone posted a photo, I get it on the JSON
{
\"id\": \"27888702146_10150369820322147\",
\
You can do this from the main posts list now using
/v2.3/105753476132681/posts?limit=5&fields=likes.summary(true),comments.summary(true), attachments
If attachments doesn't work, try full_picture - but that just gave the 100x100 image for me as well.
Attachments returns a data hash with a 640x480 version of the image at least (not sure what my orig. photo size was)