FBGraphPlace
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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
Thuộc tính
category

Typed access to the place category.

@property (retain, nonatomic) NSString *category;
Đã tuyên bố trong: FBGraphPlace.h
id

Typed access to the place ID.

@property (retain, nonatomic) NSString *id;
Đã tuyên bố trong: FBGraphPlace.h
location

Typed access to the place location.

@property (retain, nonatomic) id<FBGraphLocation> location;
Đã tuyên bố trong: FBGraphPlace.h
name

Typed access to the place name.

@property (retain, nonatomic) NSString *name;
Đã tuyên bố trong: FBGraphPlace.h