Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKShareMediaContent.h

Overview

A model for media content (photo or video) to be shared.

Properties

media

Media to be shared. - Returns: Array of the media (FBSDKSharePhoto or FBSDKShareVideo)

@property (nonatomic, copy) NSArray *media

Declared In

FBSDKShareMediaContent.h

Instance Methods

isEqualToShareMediaContent:

Compares the receiver to another media content. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO

- (BOOL)isEqualToShareMediaContent:(FBSDKShareMediaContent *)content

Declared In

FBSDKShareMediaContent.h