FBOpenGraphAction
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

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
الخصائص
application

Typed access to action's application

@property (retain, nonatomic) id<FBGraphObject> application;
تم الكشف في: FBOpenGraphAction.h
comments

Typed access to action's comments

@property (retain, nonatomic) NSArray *comments;
تم الكشف في: FBOpenGraphAction.h
created_time

Typed access to action's creation time

@property (retain, nonatomic) NSString *created_time;
تم الكشف في: FBOpenGraphAction.h
end_time

Typed access to action's end time

@property (retain, nonatomic) NSString *end_time;
تم الكشف في: FBOpenGraphAction.h
expires_time

Typed access to action's expiration time

@property (retain, nonatomic) NSString *expires_time;
تم الكشف في: FBOpenGraphAction.h
from

Typed access to action's from-user

@property (retain, nonatomic) id<FBGraphUser> from;
تم الكشف في: FBOpenGraphAction.h
id

Use objectID instead

@property (retain, nonatomic) NSString *id __attribute__ ((deprecated("use objectID instead"
تم الكشف في: FBOpenGraphAction.h
image

Typed access to action's image(s)

@property (retain, nonatomic) id image;
تم الكشف في: FBOpenGraphAction.h
likes

Typed access to action's likes

@property (retain, nonatomic) NSArray *likes;
تم الكشف في: FBOpenGraphAction.h
message

Typed access to action's user message

@property (retain, nonatomic) NSString *message;
تم الكشف في: 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.

تم الكشف في: FBOpenGraphAction.h
place

Typed access to action's place

@property (retain, nonatomic) id<FBGraphPlace> place;
تم الكشف في: FBOpenGraphAction.h
publish_time

Typed access to action's publication time

@property (retain, nonatomic) NSString *publish_time;
تم الكشف في: FBOpenGraphAction.h
ref

Typed access to action's ref

@property (retain, nonatomic) NSString *ref;
تم الكشف في: FBOpenGraphAction.h
start_time

Typed access to action's start time

@property (retain, nonatomic) NSString *start_time;
تم الكشف في: FBOpenGraphAction.h
tags

Typed access to action's tags

@property (retain, nonatomic) NSArray *tags;
تم الكشف في: FBOpenGraphAction.h