UPUserAPI Class Reference
| Inherits from | NSObject |
| Declared in | UPUserAPI.h UPUserAPI.m |
Class Methods
getCurrentUserWithCompletion:
Gets details about the current user.
+ (void)getCurrentUserWithCompletion:(UPUserAPICompletion)completionDiscussion
Gets details about the current user.
Declared In
UPUserAPI.hgetFriendsWithCompletion:
Gets a list of the current user’s friend xids. These can be used to map the user’s friends with other users registered with the 3rd party application.
+ (void)getFriendsWithCompletion:(UPBaseEventAPIArrayCompletion)completionDiscussion
Gets a list of the current user’s friend xids. These can be used to map the user’s friends with other users registered with the 3rd party application.
Declared In
UPUserAPI.hgetTrendsWithEndDate:rangeType:rangeDuration:bucketSize:completion:
Gets a set of trends about the user.
+ (void)getTrendsWithEndDate:(NSDate *)endDate rangeType:(UPUserTrendsRangeType)rangeType rangeDuration:(NSUInteger)rangeDuration bucketSize:(UPUserTrendsBucketSize)bucketSize completion:(UPUserTrendsAPICompletion)completionDiscussion
Gets a set of trends about the user.
Declared In
UPUserAPI.h