Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKShareLinkContent.h

Properties

contentDescription

The description of the link.

@property (nonatomic, copy) NSString *contentDescription

Return Value

The description of the link

Discussion

If not specified, this field is automatically populated by information scraped from the contentURL, typically the title of the page. This value may be discarded for specially handled links (ex: iTunes URLs).

Declared In

FBSDKShareLinkContent.h

contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle

Return Value

The link title

Discussion

This value may be discarded for specially handled links (ex: iTunes URLs).

Declared In

FBSDKShareLinkContent.h

imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL

Return Value

The network URL of an image

Declared In

FBSDKShareLinkContent.h

quote

Some quote text of the link.

@property (nonatomic, copy) NSString *quote

Return Value

The quote text of a link

Discussion

If specified, the quote text will render with custom styling on top of the link.

Declared In

FBSDKShareLinkContent.h

Instance Methods

isEqualToShareLinkContent:

Compares the receiver to another link content.

- (BOOL)isEqualToShareLinkContent:(FBSDKShareLinkContent *)content

Parameters

content

The other content

Return Value

YES if the receiver’s values are equal to the other content’s values; otherwise NO

Declared In

FBSDKShareLinkContent.h