# ShareLinkContentParams

Optional parameters to pass to the presentShareDialog method.

Availability
4.0.0
4.0.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# hashtag

Availability
4.0.0
4.0.0
hashtag :String

Hashtag for the content being shared.


Availability
4.0.0
4.0.0
link :String

URL to share (required for any link of sharing).


# mode

Availability
6.0.0
6.0.0
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.

Default: Modules.Facebook.SHARE_DIALOG_MODE_AUTOMATIC


# placeID

Availability
4.0.0
4.0.0
placeID :String

The ID for a place to tag with this content.


# referal

Availability
4.0.0
4.0.0
referal :String

A value to be added to the referrer URL when a person follows a link from this shared content on feed.


# to

Availability
4.0.0
4.0.0
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)