FBSDKSharingContent
A more recent version of this class is available. Check out the latest version.

A base interface for content to be shared.

Extends Protocol:FBSDKCopying, NSSecureCoding
Declared in:FBSDKSharingContent.h
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/)

hashtag

Hashtag for the content being shared.

@property (nonatomic, copy) FBSDKHashtag *hashtag;
peopleIDs

List of IDs for taggable people to tag with this content.

@property (nonatomic, copy) NSArray *peopleIDs;
Discussion:

See documentation for Taggable Friends (https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends)

placeID

The ID for a place to tag with this content.

@property (nonatomic, copy) NSString *placeID;
ref

A value to be added to the referrer URL when a person follows a link from this shared content on feed.

@property (nonatomic, copy) NSString *ref;