FBGraphPlace
Cette classe n’est plus disponible dans la version la plus récente du SDK.
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

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
Propriétés
category

Typed access to the place category.

@property (retain, nonatomic) NSString *category;
Déclaré dans : FBGraphPlace.h
id

Typed access to the place ID.

@property (retain, nonatomic) NSString *id;
Déclaré dans : FBGraphPlace.h
location

Typed access to the place location.

@property (retain, nonatomic) id<FBGraphLocation> location;
Déclaré dans : FBGraphPlace.h
name

Typed access to the place name.

@property (retain, nonatomic) NSString *name;
Déclaré dans : FBGraphPlace.h