Conforms to FBSDKCopying
NSSecureCoding
Declared in FBSDKSharingContent.h

Overview

A base interface for content to be shared.

Tasks

Properties

contentURL

URL for the content being shared.

@property (nonatomic, copy) NSURL *contentURL

Discussion

This URL will be checked for all link meta tags for linking in platform specific ways. See documentation for App Links (https://developers.facebook.com/docs/applinks/) - Returns: URL representation of the content link

Declared In

FBSDKSharingContent.h

hashtag

Hashtag for the content being shared. - Returns: The hashtag for the content being shared.

@property (nonatomic, copy) FBSDKHashtag *hashtag

Declared In

FBSDKSharingContent.h

peopleIDs

List of IDs for taggable people to tag with this content. See documentation for Taggable Friends (https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends) - Returns: Array of IDs for people to tag (NSString)

@property (nonatomic, copy) NSArray *peopleIDs

Declared In

FBSDKSharingContent.h

placeID

The ID for a place to tag with this content. - Returns: The ID for the place to tag

@property (nonatomic, copy) NSString *placeID

Declared In

FBSDKSharingContent.h

ref

A value to be added to the referrer URL when a person follows a link from this shared content on feed. - Returns: The ref for the content.

@property (nonatomic, copy) NSString *ref

Declared In

FBSDKSharingContent.h