I\'m able to get a picture-url from a specific facebook-post through the facebook graph-api (ie https://developers.facebook.com/tools/explorer?method=GET&path=19611830383339
You can access the post image through this (http://graph.facebook.com/{ID of object}/picture) url.
You have to pass access_token for getting the object Id.
https://graph.facebook.com/{Your post ID}?fields=object_id&access_token={app_id}|{app_secret}