FBSDKShareOpenGraphContent Class Reference
Inherits from | NSObject |
Conforms to | FBSDKSharingContent |
Declared in | FBSDKShareOpenGraphContent.h |
Properties
action
Open Graph Action to be shared. - Returns: The action
@property (nonatomic, copy) FBSDKShareOpenGraphAction *action
Declared In
FBSDKShareOpenGraphContent.h
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. - Returns: The property name for the Open Graph Object in the action
Declared In
FBSDKShareOpenGraphContent.h
Instance Methods
isEqualToShareOpenGraphContent:
Compares the receiver to another Open Graph content. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO
- (BOOL)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content
Declared In
FBSDKShareOpenGraphContent.h