Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Added a field full_picture to the Post Class. #213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gokul1794
Copy link

@gokul1794 gokul1794 commented Aug 3, 2016

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.

@gokul1794 gokul1794 changed the title Added a field full_picture to the Post Class Added a field full_picture to the Post Class. Fixes #213 Aug 3, 2016
@gokul1794 gokul1794 changed the title Added a field full_picture to the Post Class. Fixes #213 Added a field full_picture to the Post Class. Aug 3, 2016
@marky-mark
Copy link

marky-mark commented Aug 9, 2016

+1 works for reads too

@habuma
Copy link
Contributor

habuma commented Jun 16, 2017

@gokul1794 : I'm ready to merge this, but before I do, can I ask for some tests (or updates to existing tests) to verify what this PR claims to do?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants