FBGraphUser
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 FBGraphUser protocol enables typed access to a user object as represented in the Graph API.

Discussion:

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

Extends Protocol:FBGraphPerson
Declared in:FBGraphUser.h
Propriedades
birthday

Typed access to the user's birthday.

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

Use objectID instead

@property (retain, nonatomic) NSString *id __attribute__ ((deprecated("use objectID instead"
Declarado em: FBGraphUser.h
location

Typed access to the user's current city.

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

Typed access to the user's username.

@property (retain, nonatomic) NSString *username;
Declarado em: FBGraphUser.h