Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirbod committed Apr 23, 2016
1 parent 36d4005 commit 5f66097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ios/FacebookConnectPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ - (void) showDialog:(CDVInvokedUrlCommand*)command
// Adopt native share sheets with the following line
if (params[@"share_sheet"]) {
dialog.mode = FBSDKShareDialogModeShareSheet;
} else if (params[@"share_feedBrowser"]) {
dialog.mode = FBSDKShareDialogModeFeedBrowser;
}

[dialog show];
return;
} else if ([method isEqualToString:@"apprequests"]) {
Expand Down

0 comments on commit 5f66097

Please sign in to comment.