FBSDKShareLinkContent
Existe una versión más reciente de esta clase. Consulta la última versión.

A model for status and link content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareLinkContent.h
Propiedades
contentDescription

The description of the link.

@property (nonatomic, copy) NSString *contentDescription;
Discussion:

If not specified, this field is automatically populated by information scraped from the contentURL, typically the title of the page.

contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle;
imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL;
Métodos de instancia
isEqualToShareLinkContent:

Compares the receiver to another link content.

ParámetroDescripción
content

The other content

- (BOOL) isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;