FDWUser Class Reference
Inherits from | NSObject |
Declared in | FDWUser.h |
Overview
Represents a FeedWrangler user
Warning: As of now, the only way to get a user object from the API is by authenticating via [FDWClient authenticateEmail:password:clientKey:completionHandler:]
Tasks
Properties
-
email
The user’s email address
property -
accountStatus
The user’s account status, either
propertyFDWAccountStatusActive
orFDWAccountStatusInactive
-
readLaterService
The read later service the user has associated with FeedWrangler, either
propertyFDWReadLaterServiceNone
,FDWReadLaterServiceInstapaper
, orFDWReadLaterServicePocket
Initialization
-
+ userWithDictionary:
Creates an FDWUser object from the JSON representation that the API returns