Skip to content

Commit

Permalink
Merge pull request #20 from FokkeZB/patch-3
Browse files Browse the repository at this point in the history
MOD-2122 Facebook: presentWebShareDialog arguments do not work as documented
  • Loading branch information
ashcoding committed May 29, 2015
2 parents 20ea9e3 + 4b47b43 commit bd5ff96
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apidoc/Facebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ methods:
removed: 4.0.0
description: |
For a list of dialogs, parameters, and response formats, see the
[official documentation for Facebook Dialogs](http://developers.facebook.com/docs/reference/dialogs/).
[official documentation for Facebook Dialogs](https://developers.facebook.com/docs/javascript/reference/FB.ui).
The callback is invoked when the dialog is closed, either because the user
approved the action, or canceled the dialog.
Expand Down Expand Up @@ -507,9 +507,6 @@ methods:
summary: |
Opens a supported Facebook Share dialog from the Facebook App.
description: |
For a list of parameters, and response formats, see the
[official documentation for Facebook Dialogs](https://developers.facebook.com/docs/sharing/reference/share-dialog).
Be sure to check if the device can support this method by calling [getCanPresentShareDialog](Modules.Facebook.getCanPresentShareDialog)
before using this method. If true, you can use this method. If false, the Facebook application
is probably not installed in the device. In this case, use [presentWebShareDialog](Modules.Facebook.presentWebShareDialog)
Expand All @@ -528,9 +525,6 @@ methods:
summary: |
Opens a web version of the Share dialog (Feed dialog). Does not depend on the Facebook app.
description: |
For a list of parameters, and response formats, see the
[official documentation for Facebook Dialogs](https://developers.facebook.com/docs/sharing/reference/share-dialog).
This is a fallback for when Share dialog is not available.
Listen for the <Modules.Facebook.shareCompleted> to be notified if the attempt was
Expand Down

0 comments on commit bd5ff96

Please sign in to comment.