It seems Facebook has recently broken (or intentionally removed?) the ability to share images and links in one post via their share extension, trying to share an image with a link now results in only the image posting. Sharing only the link works and generates a post with an image preview of the linked page.
Previously you could share images and links in one post, is there a way to restore this functionality with the after Facebook app v29?
Here's a brief sample that illustrates what previously worked, but now only shares the image.
NSArray *activityItems = @[
[NSURL URLWithString:@"http://stackoverflow.com/"],
[UIImage imageNamed:@"shareImage"]
];
UIActivityViewController *activityViewController = [[UIActivityViewController alloc] initWithActivityItems:activityItems applicationActivities:nil];
[self presentViewController:activityViewController animated:YES completion:nil];
Update - Facebook has acknowledged this as a bug