Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a user's friends #21

Open
aramperes opened this issue Jan 27, 2021 · 0 comments
Open

Getting a user's friends #21

aramperes opened this issue Jan 27, 2021 · 0 comments

Comments

@aramperes
Copy link
Member

Use-Case Description

Returns the profile of the user's friends. Only public profiles are returned, even if the user is authenticated (to avoid apps leaking private user info).

Semantics

Each friend object will have the same info as the "Get public profile" endpoint already available.

There will be pagination because friend lists can be quite large. See #14

Sorting will be by username, and potentially by the date the friendship was accepted (if there is such a use-case).

@aramperes aramperes added this to the v1 milestone Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant