FBSDKSharePhotoContent
A more recent version of this class is available. Check out the latest version.

A model for photo content to be shared.

Conforms to:FBSDKSharingContent
Superclass:NSObject
Declared in:FBSDKSharePhotoContent.h
Properties
photos

Photos to be shared.

@property (nonatomic, copy) NSArray *photos;
Instance Methods
isEqualToSharePhotoContent:

Compares the receiver to another photo content.

ParameterDescription
content

The other content

- (BOOL) isEqualToSharePhotoContent:(FBSDKSharePhotoContent *)content;