forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Currently, when we call /api/me/shelf/item/${itemUUID}, We get a non-complete Post object, So to get the exact Post we tried to get it using Mastodon API /api/v1/statuses/${post_id} with the provided post_id from shelf response. But it throws 404 which means the post_id returned from shelf API is not actually an ActivityPub post_id.
There should be a way to get complete post by user, Either using shelf API or Mastodon API.
Currently I'm stuck here.
If there is an undocumented way to get the complete post I would appreciate to know it.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Wishlist