FBOpenGraphAction
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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
Eigenschaften
application

Typed access to action's application

@property (retain, nonatomic) id<FBGraphObject> application;
Deklariert in: FBOpenGraphAction.h
comments

Typed access to action's comments

@property (retain, nonatomic) NSArray *comments;
Deklariert in: FBOpenGraphAction.h
created_time

Typed access to action's creation time

@property (retain, nonatomic) NSString *created_time;
Deklariert in: FBOpenGraphAction.h
end_time

Typed access to action's end time

@property (retain, nonatomic) NSString *end_time;
Deklariert in: FBOpenGraphAction.h
expires_time

Typed access to action's expiration time

@property (retain, nonatomic) NSString *expires_time;
Deklariert in: FBOpenGraphAction.h
from

Typed access to action's from-user

@property (retain, nonatomic) id<FBGraphUser> from;
Deklariert in: FBOpenGraphAction.h
id

Use objectID instead

@property (retain, nonatomic) NSString *id __attribute__ ((deprecated("use objectID instead"
Deklariert in: FBOpenGraphAction.h
image

Typed access to action's image(s)

@property (retain, nonatomic) id image;
Deklariert in: FBOpenGraphAction.h
likes

Typed access to action's likes

@property (retain, nonatomic) NSArray *likes;
Deklariert in: FBOpenGraphAction.h
message

Typed access to action's user message

@property (retain, nonatomic) NSString *message;
Deklariert in: 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.

Deklariert in: FBOpenGraphAction.h
place

Typed access to action's place

@property (retain, nonatomic) id<FBGraphPlace> place;
Deklariert in: FBOpenGraphAction.h
publish_time

Typed access to action's publication time

@property (retain, nonatomic) NSString *publish_time;
Deklariert in: FBOpenGraphAction.h
ref

Typed access to action's ref

@property (retain, nonatomic) NSString *ref;
Deklariert in: FBOpenGraphAction.h
start_time

Typed access to action's start time

@property (retain, nonatomic) NSString *start_time;
Deklariert in: FBOpenGraphAction.h
tags

Typed access to action's tags

@property (retain, nonatomic) NSArray *tags;
Deklariert in: FBOpenGraphAction.h