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;