FBSDKShareLinkContent
这个类有新版本。查看 最新版本。

A model for status and link content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareLinkContent.h
属性
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.

声明语言: FBSDKShareLinkContent.h
contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle;
声明语言: FBSDKShareLinkContent.h
imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL;
声明语言: FBSDKShareLinkContent.h
实例方法
isEqualToShareLinkContent:

Compares the receiver to another link content.

参数描述
content

The other content

- (BOOL) isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;
声明语言: FBSDKShareLinkContent.h