FBOpenGraphAction
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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.

Extends Protocol:FBGraphObject
Declared in:FBOpenGraphAction.h
Thuộc tính
application

Typed access to action's application

@property (retain, nonatomic) id<FBGraphObject> application;
Đã tuyên bố trong: FBOpenGraphAction.h
comments

Typed access to action's comments

@property (retain, nonatomic) NSArray *comments;
Đã tuyên bố trong: FBOpenGraphAction.h
created_time

Typed access to action's creation time

@property (retain, nonatomic) NSString *created_time;
Đã tuyên bố trong: FBOpenGraphAction.h
end_time

Typed access to action's end time

@property (retain, nonatomic) NSString *end_time;
Đã tuyên bố trong: FBOpenGraphAction.h
expires_time

Typed access to action's expiration time

@property (retain, nonatomic) NSString *expires_time;
Đã tuyên bố trong: FBOpenGraphAction.h
from

Typed access to action's from-user

@property (retain, nonatomic) id<FBGraphUser> from;
Đã tuyên bố trong: FBOpenGraphAction.h
id

Use objectID instead

@property (retain, nonatomic) NSString *id __attribute__ ((deprecated("use objectID instead"
Đã tuyên bố trong: FBOpenGraphAction.h
image

Typed access to action's image(s)

@property (retain, nonatomic) id image;
Đã tuyên bố trong: FBOpenGraphAction.h
likes

Typed access to action's likes

@property (retain, nonatomic) NSArray *likes;
Đã tuyên bố trong: FBOpenGraphAction.h
message

Typed access to action's user message

@property (retain, nonatomic) NSString *message;
Đã tuyên bố trong: FBOpenGraphAction.h
objectID

Typed access to the action's ID.

@property (retain, nonatomic) NSString *objectID;
Discussion:

Note this typically refers to the "id" field of the graph object (i.e., equivalent to [self objectForKey:@"id"]) but is differently named to avoid conflicting with Apple's non-public selectors.

Đã tuyên bố trong: FBOpenGraphAction.h
place

Typed access to action's place

@property (retain, nonatomic) id<FBGraphPlace> place;
Đã tuyên bố trong: FBOpenGraphAction.h
publish_time

Typed access to action's publication time

@property (retain, nonatomic) NSString *publish_time;
Đã tuyên bố trong: FBOpenGraphAction.h
ref

Typed access to action's ref

@property (retain, nonatomic) NSString *ref;
Đã tuyên bố trong: FBOpenGraphAction.h
start_time

Typed access to action's start time

@property (retain, nonatomic) NSString *start_time;
Đã tuyên bố trong: FBOpenGraphAction.h
tags

Typed access to action's tags

@property (retain, nonatomic) NSArray *tags;
Đã tuyên bố trong: FBOpenGraphAction.h