| Method and Description |
|---|
| com.facebook.share.model.ShareLinkContent.getContentDescription()
As of Graph API 2.9 this field is deprecated and may not function as expected.
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
The description of the link. If not specified, this field is automatically populated by
information scraped from the link, typically the title of the page.
|
| com.facebook.share.model.ShareLinkContent.getContentTitle()
As of Graph API 2.9 this field is deprecated and may not function as expected.
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
The title to display for this link.
|
| com.facebook.share.model.ShareLinkContent.getImageUrl()
As of Graph API 2.9 this field is deprecated and may not function as expected.
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
The URL of a picture to attach to this content.
|
| com.facebook.share.model.ShareMedia.getParameters()
This method is deprecated. Use GraphRequest directly to set parameters.
|
| com.facebook.share.model.GameRequestContent.getTo()
Replaced by
GameRequestContent.getRecipients() |
| com.facebook.share.model.ShareLinkContent.Builder.setContentDescription(String)
As of Graph API 2.9 this field is deprecated and may not function as expected.
Set the contentDescription of the link.
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
|
| com.facebook.share.model.ShareLinkContent.Builder.setContentTitle(String)
As of Graph API 2.9 this field is deprecated and may not function as expected.
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
Set the contentTitle to display for this link.
|
| com.facebook.share.model.ShareLinkContent.Builder.setImageUrl(Uri)
As of Graph API 2.9 this field is deprecated and may not function as expected.
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
Set the URL of a picture to attach to this content.
|
| com.facebook.share.model.ShareMedia.Builder.setParameter(String, String)
This method is deprecated. Use GraphRequest directly to set parameters.
|
| com.facebook.share.model.ShareMedia.Builder.setParameters(Bundle)
This method is deprecated. Use GraphRequest directly to set parameters.
|
| com.facebook.share.model.GameRequestContent.Builder.setTo(String)
Replaced by
GameRequestContent.Builder.setRecipients(List) |