Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKShareLinkContent.h

Overview

A model for status and link content to be shared.

Properties

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. This value may be discarded for specially handled links (ex: iTunes URLs). - Returns: The description of the link

Declared In

FBSDKShareLinkContent.h

contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle

Discussion

This value may be discarded for specially handled links (ex: iTunes URLs). - Returns: The link title

Declared In

FBSDKShareLinkContent.h

imageURL

The URL of a picture to attach to this content. - Returns: The network URL of an image

@property (nonatomic, copy) NSURL *imageURL

Declared In

FBSDKShareLinkContent.h

quote

Some quote text of the link.

@property (nonatomic, copy) NSString *quote

Discussion

If specified, the quote text will render with custom styling on top of the link. - Returns: The quote text of a link

Declared In

FBSDKShareLinkContent.h

Instance Methods

isEqualToShareLinkContent:

Compares the receiver to another link content. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO

- (BOOL)isEqualToShareLinkContent:(FBSDKShareLinkContent *)content

Declared In

FBSDKShareLinkContent.h