FBGraphPlace
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

The FBGraphPlace protocol enables typed access to a place object as represented in the Graph API.

Discussion:

The FBGraphPlace protocol represents the most commonly used properties of a Facebook place object. It may be used to access an NSDictionary object that has been wrapped with an FBGraphObject facade.

Extends Protocol:FBGraphObject
Declared in:FBGraphPlace.h
属性
category

Typed access to the place category.

@property (retain, nonatomic) NSString *category;
声明语言: FBGraphPlace.h
id

Typed access to the place ID.

@property (retain, nonatomic) NSString *id;
声明语言: FBGraphPlace.h
location

Typed access to the place location.

@property (retain, nonatomic) id<FBGraphLocation> location;
声明语言: FBGraphPlace.h
name

Typed access to the place name.

@property (retain, nonatomic) NSString *name;
声明语言: FBGraphPlace.h