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