FB.Feed allows you to post links to images. It does not upload images to Facebook. Therefore, these images should be placed somewhere on the network, and not locally.
The best way to get it working is to either upload images to FB (with the privacy property set to EVERYONE ) using FB.API and then share the link to that image using FB.Feed. If you do not want to create repeating stories, i.e. One of the posts and the other from FB.Feed , make sure you set no_story to true.
source share