FBSDKSharingContent Protocol Reference
Conforms to | FBSDKCopying NSSecureCoding |
Declared in | FBSDKSharingContent.h |
Tasks
-
contentURL
property required method -
hashtag
property required method -
peopleIDs
property required method -
placeID
property required method -
ref
property required method
Properties
contentURL
URL for the content being shared.
@property (nonatomic, copy) NSURL *contentURL
Return Value
URL representation of the content link
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/)
Declared In
FBSDKSharingContent.h
hashtag
Hashtag for the content being shared.
@property (nonatomic, copy) FBSDKHashtag *hashtag
Return Value
The hashtag for the content being shared.
Declared In
FBSDKSharingContent.h
peopleIDs
List of IDs for taggable people to tag with this content. @description See documentation for Taggable Friends (https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends)
@property (nonatomic, copy) NSArray *peopleIDs
Return Value
Array of IDs for people to tag (NSString)
Declared In
FBSDKSharingContent.h