FBGraphUser
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

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
ทรัพย์สิน
birthday

Typed access to the user's birthday.

@property (retain, nonatomic) NSString *birthday;
ให้คำรับรองไว้ใน: FBGraphUser.h
id

Use objectID instead

@property (retain, nonatomic) NSString *id __attribute__ ((deprecated("use objectID instead"
ให้คำรับรองไว้ใน: FBGraphUser.h
location

Typed access to the user's current city.

@property (retain, nonatomic) id<FBGraphPlace> location;
ให้คำรับรองไว้ใน: FBGraphUser.h
username

Typed access to the user's username.

@property (retain, nonatomic) NSString *username;
ให้คำรับรองไว้ใน: FBGraphUser.h