Using facebook graph api get News feed: https://graph.facebook.com/me/home?access_token=...
The picture field it returns is all in smallest size, like picture\": \"h
you can make a extra request with the [object_id] of the post entry
[object_id]
$res = $facebook->api('/yourid', 'GET', $params);