FBOpenGraphObject
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

The FBOpenGraphObject protocol is the base protocol for use in posting and retrieving Open Graph objects. It inherits from the FBGraphObject protocol; you may derive custome protocols from FBOpenGraphObject in order implement typed access to your application's custom objects.

Discussion:

Represents an Open Graph custom object, to be used directly, or from which to derive custom action protocols with custom properties.

Extends Protocol:FBGraphObject
Declared in:FBOpenGraphObject.h
ทรัพย์สิน
data

Typed access to action's data, which is a dictionary of custom properties

@property (retain, nonatomic) id<FBGraphObject> data;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h
description

Typed access to the object's description property

@property (retain, nonatomic) id description;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h
id

Typed access to the object's id

@property (retain, nonatomic) NSString *id;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h
image

Typed access to the object's image property

@property (retain, nonatomic) id image;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h
title

Typed access to object's title

@property (retain, nonatomic) NSString *title;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h
type

Typed access to the object's type, which is a string in the form mynamespace:mytype

@property (retain, nonatomic) NSString *type;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h
url

Typed access to the object's url property

@property (retain, nonatomic) id url;
ให้คำรับรองไว้ใน: FBOpenGraphObject.h