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
-
emailThe user’s email address
property -
accountStatusThe user’s account status, either
propertyFDWAccountStatusActiveorFDWAccountStatusInactive -
readLaterServiceThe 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