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

Typed access to the user's birthday.

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

Use objectID instead

@property (retain, nonatomic) NSString *id __attribute__ ((deprecated("use objectID instead"
Đã tuyên bố trong: FBGraphUser.h
location

Typed access to the user's current city.

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

Typed access to the user's username.

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