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:FBGraphObject
Declared in:FBGraphUser.h
الخصائص
birthday

Typed access to the user's birthday.

@property (retain, nonatomic) NSString *birthday;
تم الكشف في: FBGraphUser.h
first_name

Typed access to the user's first name.

@property (retain, nonatomic) NSString *first_name;
تم الكشف في: FBGraphUser.h
id

Typed access to the user's ID.

@property (retain, nonatomic) NSString *id;
تم الكشف في: FBGraphUser.h
last_name

Typed access to the user's last name.

@property (retain, nonatomic) NSString *last_name;
تم الكشف في: FBGraphUser.h
location

Typed access to the user's current city.

@property (retain, nonatomic) id<FBGraphPlace> location;
تم الكشف في: FBGraphUser.h
middle_name

Typed access to the user's middle name.

@property (retain, nonatomic) NSString *middle_name;
تم الكشف في: FBGraphUser.h
name

Typed access to the user's name.

@property (retain, nonatomic) NSString *name;
تم الكشف في: FBGraphUser.h
username

Typed access to the user's username.

@property (retain, nonatomic) NSString *username;
تم الكشف في: FBGraphUser.h