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
In addition to the current endpoint for fetching a single status, I'd like to request a new endpoint for a user's post history.
Is it possible to expose an endpoint that lists the latest posts from a specific user? Perhaps as a self-host-only feature? The response would essentially be an array of tweet objects, ordered by creation time, possibly with an optional limit parameter.
The text was updated successfully, but these errors were encountered:
I'll look into it, but only as a "latest posts" feature, sort of like how visiting someone's profile on twitter works.
I feel like getting all of a user's posts would be too much, so maybe the last 10 or so
In addition to the current endpoint for fetching a single status, I'd like to request a new endpoint for a user's post history.
Is it possible to expose an endpoint that lists the latest posts from a specific user? Perhaps as a self-host-only feature? The response would essentially be an array of tweet objects, ordered by creation time, possibly with an optional limit parameter.
The text was updated successfully, but these errors were encountered: