FBSDKSharingContent
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

A base interface for content to be shared.

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

정의된 값: FBSDKSharingContent.h
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)

정의된 값: FBSDKSharingContent.h
placeID

The ID for a place to tag with this content.

@property (nonatomic, copy) NSString *placeID;
정의된 값: FBSDKSharingContent.h
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;
정의된 값: FBSDKSharingContent.h