Skip to content

Follower/ Following Endpoints Return Error 100 #11

@ntherkelsen

Description

@ntherkelsen

All other endpoints I've tried are working fine and I am logged in but when user either of the following:

"get_followers": {
"endpoint": "users/%s/followers",
"request_type": "get",
"url_params": ["user_id"],
"required_params": [],
"optional_params": [],
"model": "UserCollection"
},
"get_following": {
"endpoint": "users/%s/following",
"request_type": "get",
"url_params": ["user_id"],
"required_params": [],
"optional_params": [],
"model": "UserCollection"
},

I get this response:

{
"code": 100,
"data": "",
"success": false,
"error": "You must be logged in to perform this action."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions