ObjectivePlurk icon indicating copy to clipboard operation
ObjectivePlurk copied to clipboard

Plurk API implemented with Objective-C

Results 2 ObjectivePlurk issues
Sort by recently updated
recently updated
newest added

After calling this function with offset = nil - (void)retrieveFriendsOfUser:(NSString *)userIdentifier offset:(NSUInteger)offset delegate:(id)delegate userInfo:(NSDictionary *)userInfo; I successfully got the result in this function, but the result dictionary only contains one...

It works great when a plurk only has only a few responses (roughly less than 100). But as the amount of responses grew, memory got drained dramatically. With a bit...