Fixes #211
This will help when someone needs the original image rather than the default image provided by facebook which cannot be practically used anywhere else due to its size.
I faced this problem as I needed to fetch Posts for my app, where I needed the message and the picture, but the picture returned by the current Post object was of a size that I could not use.
Fetching full sized images using fetchConnections was slowing down the time taken to send the data back to my app as a new request needs to be made for every post.
Fixes #211
This will help when someone needs the original image rather than the default image provided by facebook which cannot be practically used anywhere else due to its size. I faced this problem as I needed to fetch Posts for my app, where I needed the message and the picture, but the picture returned by the current Post object was of a size that I could not use. Fetching full sized images using fetchConnections was slowing down the time taken to send the data back to my app as a new request needs to be made for every post.