aneillans / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

PixelFed Investigation #25

Closed aneillans closed 1 year ago

aneillans commented 1 year ago

Pixelfed appears to use a slightly reduced mastodon api. Would be worth taking a copy of the mastodon service to remove basic notification and limiting file types etc.

aneillans commented 1 year ago

Auth can be completed with the existing mastodon auth endpoint, but the auth page uses a 302 redirect with the code embedded. Will need to intercept and extract this.