FBGraphUser
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

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
Properties
birthday

Typed access to the user's birthday.

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

Use objectID instead

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

Typed access to the user's current city.

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

Typed access to the user's username.

@property (retain, nonatomic) NSString *username;
Declared In: FBGraphUser.h