FBOpenGraphAction
Overview
The FBOpenGraphAction protocol is the base protocol for use in posting and retrieving Open Graph actions.
It inherits from the FBGraphObject protocol; you may derive custome protocols from FBOpenGraphAction in order
implement typed access to your application's custom actions.
Discussion
Represents an Open Graph custom action, to be used directly, or from which to
derive custom action protocols with custom properties.
Properties
Typed access to action's application
Declared In
FBOpenGraphAction.h
Typed access to action's comments
@property (retain,
nonatomic) NSArray *comments;
Declared In
FBOpenGraphAction.h
Typed access to action's creation time
@property (retain,
nonatomic) NSString *created_time;
Declared In
FBOpenGraphAction.h
Typed access to action's end time
@property (retain,
nonatomic) NSString *end_time;
Declared In
FBOpenGraphAction.h
Typed access to action's expiration time
@property (retain,
nonatomic) NSString *expires_time;
Declared In
FBOpenGraphAction.h
Typed access to action's from-user
Declared In
FBOpenGraphAction.h
Typed access to action's id
@property (retain,
nonatomic) NSString *id;
Declared In
FBOpenGraphAction.h
Typed access to action's images
@property (retain,
nonatomic) NSArray *image;
Declared In
FBOpenGraphAction.h
Typed access to action's likes
@property (retain,
nonatomic) NSArray *likes;
Declared In
FBOpenGraphAction.h
Typed access to action's place
Declared In
FBOpenGraphAction.h
Typed access to action's publication time
@property (retain,
nonatomic) NSString *publish_time;
Declared In
FBOpenGraphAction.h
Typed access to action's ref
@property (retain,
nonatomic) NSString *ref;
Declared In
FBOpenGraphAction.h
Typed access to action's start time
@property (retain,
nonatomic) NSString *start_time;
Declared In
FBOpenGraphAction.h
Typed access to action's tags
@property (retain,
nonatomic) NSArray *tags;
Declared In
FBOpenGraphAction.h
Typed access to action's user message
@property (retain,
nonatomic) NSString *user_message;
Declared In
FBOpenGraphAction.h
Last Updated: November 19, 2012