ShareLinkContentParams

Optional parameters to pass to either the presentShareDialog() or presentWebShareDialog() methods.

  • 4.0.0
  • 4.0.0
  • 4.0.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ShareLinkContentParams
description : Stringremoved

Description associated with the link.

Description associated with the link.

This property has been removed

6.2.0 Facebook deprecated the "description" key in Graph v2.9, making it read-only. Information about the description will instead of scraped from the link property.

ShareLinkContentParams
hashtag : String

Hashtag for the content being shared.

Hashtag for the content being shared.

ShareLinkContentParams
: Number
The mode to select for presenting a share dialog. ...

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:

Default: Modules.Facebook.SHARE_DIALOG_MODE_AUTOMATIC

  • 6.0.0
  • 6.0.0
  • 6.0.0
ShareLinkContentParams
picture : Stringremoved

Link to a thumbnail to associate with the link.

Link to a thumbnail to associate with the link.

This property has been removed

6.2.0 Facebook deprecated the "picture" key in Graph v2.9, making it read-only. Information about the picture will instead of scraped from the link property.

ShareLinkContentParams
placeID : String

The ID for a place to tag with this content.

The ID for a place to tag with this content.

ShareLinkContentParams
referal : String

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

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

ShareLinkContentParams
title : Stringremoved

Title associated with the link.

Title associated with the link.

This property has been removed

6.2.0 Facebook deprecated the "title" key in Graph v2.9, making it read-only. Information about the title will instead of scraped from the link property.

  • 5.0.0
  • 5.0.0
  • 5.0.0
ShareLinkContentParams
to : String[]

List of IDs for taggable people to tag with this content.

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)