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
I see there are endpoints for both status (api.fxtwitter.com/{user}/status/{id}) and profile (api.fxtwitter.com/{user}).
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:
Hello!
I see there are endpoints for both status (
api.fxtwitter.com/{user}/status/{id}
) and profile (api.fxtwitter.com/{user}
).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: