# ShareLinkContentParams
Optional parameters to pass to the presentShareDialog method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# mode
mode :Number
The mode to select for presenting a share dialog. Only used in presentShareDialog
.
The automatic mode will progressively check the availability of different modes and open the most appropriate mode for the dialog that is available.
This API can be assigned the following constants:
- Modules.Facebook.SHARE_DIALOG_MODE_AUTOMATIC
- Modules.Facebook.SHARE_DIALOG_MODE_NATIVE
- Modules.Facebook.SHARE_DIALOG_MODE_SHARE_SHEET
- Modules.Facebook.SHARE_DIALOG_MODE_BROWSER
- Modules.Facebook.SHARE_DIALOG_MODE_WEB
- Modules.Facebook.SHARE_DIALOG_MODE_FEED_BROWSER
- Modules.Facebook.SHARE_DIALOG_MODE_FEED_WEB
Default: Modules.Facebook.SHARE_DIALOG_MODE_AUTOMATIC
# referal
referal :String
A value to be added to the referrer URL when a person follows a link from this shared content on feed.
# to
to :Array<String>
List of IDs for taggable people to tag with this content.
See Facebook documentation for Taggable Friends (https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends)