Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Error when retrieving friends #5

@plurkey

Description

@plurkey

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 user.

  • (void)plurk:(ObjectivePlurk *)plurk didRetrieveFriends:(NSDictionary *)result;

No matter how I change the offset, the result dictionary will only contain one user info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions