TWTRUser Class Reference

Inherits from NSObject
Conforms to NSCoding
NSCopying
TWTRJSONConvertible
Declared in TWTRUser.h

Overview

Represents a user on Twitter.

  userID

The ID of the Twitter User.

@property (nonatomic, copy, readonly) NSString *userID

Declared In

TWTRUser.h

  name

The user’s name as it appears on their profile.

@property (nonatomic, copy, readonly) NSString *name

Discussion

Warning: This can be modified by the user at any time.

Declared In

TWTRUser.h

  screenName

The user’s username on Twitter.

@property (nonatomic, copy, readonly) NSString *screenName

Discussion

Warning: This can be modified by the user at any time.

Declared In

TWTRUser.h

  isVerified

Whether the user has been verified by Twitter.

@property (nonatomic, readonly) BOOL isVerified

Declared In

TWTRUser.h

  isProtected

Whether the user is protected.

@property (nonatomic, readonly) BOOL isProtected

Declared In

TWTRUser.h

  profileImageURL

The HTTPS URL of the user’s profile image.

@property (nonatomic, copy, readonly) NSString *profileImageURL

Declared In

TWTRUser.h

  profileImageMiniURL

The URL of a smaller version of the user’s profile image.

@property (nonatomic, copy, readonly) NSString *profileImageMiniURL

Declared In

TWTRUser.h

  profileImageLargeURL

The URL of a larger version of the user’s profile image.

@property (nonatomic, copy, readonly) NSString *profileImageLargeURL

Declared In

TWTRUser.h

  formattedScreenName

The formatted version of the user’s screenName with the @ sign for display purposes.

@property (nonatomic, copy, readonly) NSString *formattedScreenName

Declared In

TWTRUser.h

  profileURL

Returns the URL for deeplinking to the the user’s profile.

@property (nonatomic, copy, readonly) NSURL *profileURL

Declared In

TWTRUser.h