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

A model for Open Graph content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareOpenGraphContent.h
속성
action

Open Graph Action to be shared.

@property (nonatomic, copy) FBSDKShareOpenGraphAction *action;
previewPropertyName

Property name that points to the primary Open Graph Object in the action.

@property (nonatomic, copy) NSString *previewPropertyName;
Discussion:

The value that this action points to will be use for rendering the preview for the share.

인스턴스 메서드
isEqualToShareOpenGraphContent:

Compares the receiver to another Open Graph content.

매개변수설명
content

The other content

- (BOOL) isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content;