You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: