FBSDKShareLinkContent
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

A model for status and link content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareLinkContent.h
Propriétés
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.

Déclaré dans : FBSDKShareLinkContent.h
contentTitle

The title to display for this link.

@property (nonatomic, copy) NSString *contentTitle;
Déclaré dans : FBSDKShareLinkContent.h
imageURL

The URL of a picture to attach to this content.

@property (nonatomic, copy) NSURL *imageURL;
Déclaré dans : FBSDKShareLinkContent.h
Méthodes d’instance
isEqualToShareLinkContent:

Compares the receiver to another link content.

ParamètreDescription
content

The other content

- (BOOL) isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;
Déclaré dans : FBSDKShareLinkContent.h