Skip to content

Large Resolution Facebook Image #16

Description

@bcbucs13

How do you get a higher resolution image from Facebook? I tried changing this line to get the larger image size from the Facebook Graph

   - (void)getPhotos:(OLFacebookPhotosForAlbumRequestHandler)handler {
        if ([FBSDKAccessToken currentAccessToken]) {
            // connection is open, perform the request
            [UIApplication sharedApplication].networkActivityIndicatorVisible = YES;
            NSString *graphPath = [NSString stringWithFormat:@"%@/photos?fields=picture.type(large),source,images&limit=100", self.album.albumId];

Also Tried

    NSString *graphPath = [NSString stringWithFormat:@"%@/photos?fields=picture?type=large,source,images&limit=100", self.album.albumId];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions