FBSDKShareOpenGraphContent Class Reference
Inherits from | NSObject |
Conforms to | FBSDKSharingContent |
Declared in | FBSDKShareOpenGraphContent.h |
Properties
action
Open Graph Action to be shared.
@property (nonatomic, copy) FBSDKShareOpenGraphAction *action
Return Value
The action
Declared In
FBSDKShareOpenGraphContent.h
previewPropertyName
Property name that points to the primary Open Graph Object in the action.
@property (nonatomic, copy) NSString *previewPropertyName
Return Value
The property name for the Open Graph Object in the action
Discussion
The value that this action points to will be use for rendering the preview for the share.
Declared In
FBSDKShareOpenGraphContent.h
Instance Methods
isEqualToShareOpenGraphContent:
Compares the receiver to another Open Graph content.
- (BOOL)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content
Parameters
- content
The other content
Return Value
YES if the receiver’s values are equal to the other content’s values; otherwise NO
Declared In
FBSDKShareOpenGraphContent.h