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

An Open Graph Object for sharing.

Discussion:

The property keys MUST have namespaces specified on them, such as og:image.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:FBSDKShareOpenGraphValueContainer
Declared in:FBSDKShareOpenGraphObject.h
Class Methods
objectWithProperties:

Convenience method to build a new action and set the object for the specified key.

ParameterDescription
properties

Properties for the Open Graph object, which will be parsed into the proper models

+ (instancetype) objectWithProperties:(NSDictionary *)properties;
Instance Methods
isEqualToShareOpenGraphObject:

Compares the receiver to another Open Graph Object.

ParameterDescription
object

The other object

- (BOOL) isEqualToShareOpenGraphObject:(FBSDKShareOpenGraphObject *)object;