Facebook Developers
DocsToolsSupportNewsApps
Log In
  • Social Plugins
  • Facebook Login
  • Open Graph
  • Facebook APIs
  • Games
  • Payments
  • App Center
  • Promote Your App
  • iOS
    • Getting Started
    • Concepts
    • Reference
  • Android
  • JavaScript
  • PHP
  • More SDKs
  • Class References
    • FBCacheDescriptor
    • FBFriendPickerViewController
    • FBGraphObject
    • FBLoginView
    • FBPlacePickerViewController
    • FBProfilePictureView
    • FBRequest
    • FBRequestConnection
    • FBSession
    • FBSessionTokenCachingStrategy
    • FBTestSession
    • FBUserSettingsViewController
    • FBViewController
  • Protocol References
    • FBFriendPickerDelegate
    • FBGraphLocation
    • FBGraphObject
    • FBGraphPlace
    • FBGraphUser
    • FBLoginViewDelegate
    • FBOpenGraphAction
    • FBPlacePickerDelegate
    • FBUserSettingsDelegate
    • FBViewControllerDelegate
  • Other References
    • FBError
    • FBSettings

FBOpenGraphAction

SDK Reference › iOS SDK › FBOpenGraphAction
FBOpenGraphAction
Extends Protocol: FBGraphObject
Declared in: FBOpenGraphAction.h
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.

Tasks
application property
comments property
created_time property
end_time property
expires_time property
from property
id property
image property
likes property
place property
publish_time property
ref property
start_time property
tags property
user_message property
Properties
application

Typed access to action's application

@property (retain, nonatomic) id<FBGraphObject> application;
Declared In
FBOpenGraphAction.h
comments

Typed access to action's comments

@property (retain, nonatomic) NSArray *comments;
Declared In
FBOpenGraphAction.h
created_time

Typed access to action's creation time

@property (retain, nonatomic) NSString *created_time;
Declared In
FBOpenGraphAction.h
end_time

Typed access to action's end time

@property (retain, nonatomic) NSString *end_time;
Declared In
FBOpenGraphAction.h
expires_time

Typed access to action's expiration time

@property (retain, nonatomic) NSString *expires_time;
Declared In
FBOpenGraphAction.h
from

Typed access to action's from-user

@property (retain, nonatomic) id<FBGraphUser> from;
Declared In
FBOpenGraphAction.h
id

Typed access to action's id

@property (retain, nonatomic) NSString *id;
Declared In
FBOpenGraphAction.h
image

Typed access to action's images

@property (retain, nonatomic) NSArray *image;
Declared In
FBOpenGraphAction.h
likes

Typed access to action's likes

@property (retain, nonatomic) NSArray *likes;
Declared In
FBOpenGraphAction.h
place

Typed access to action's place

@property (retain, nonatomic) id<FBGraphPlace> place;
Declared In
FBOpenGraphAction.h
publish_time

Typed access to action's publication time

@property (retain, nonatomic) NSString *publish_time;
Declared In
FBOpenGraphAction.h
ref

Typed access to action's ref

@property (retain, nonatomic) NSString *ref;
Declared In
FBOpenGraphAction.h
start_time

Typed access to action's start time

@property (retain, nonatomic) NSString *start_time;
Declared In
FBOpenGraphAction.h
tags

Typed access to action's tags

@property (retain, nonatomic) NSArray *tags;
Declared In
FBOpenGraphAction.h
user_message

Typed access to action's user message

@property (retain, nonatomic) NSString *user_message;
Declared In
FBOpenGraphAction.h

Last Updated: November 19, 2012
Facebook © 2013 · English (US)
AboutAdvertisingCareersPlatform PoliciesPrivacy Policy