FBGraphPlace
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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
Propriedades
category

Typed access to the place category.

@property (retain, nonatomic) NSString *category;
Declarado em: FBGraphPlace.h
id

Typed access to the place ID.

@property (retain, nonatomic) NSString *id;
Declarado em: FBGraphPlace.h
location

Typed access to the place location.

@property (retain, nonatomic) id<FBGraphLocation> location;
Declarado em: FBGraphPlace.h
name

Typed access to the place name.

@property (retain, nonatomic) NSString *name;
Declarado em: FBGraphPlace.h