Kaiteki-Fedi / Kaiteki

The comfy SNS client for everything, everywhere
https://kaiteki.app
GNU Affero General Public License v3.0
488 stars 31 forks source link

Fix compatibility with Friendica's Mastodon API #376

Open kr428 opened 1 year ago

kr428 commented 1 year ago

The feature

Friendica has for quite a while been offering an API compatible to recent Mastodon versions. Would be great if Kaiteki could talk to Friendica, too. This doesn't seem possible at the moment.

Designs

No response

Resources

No response

kr428 commented 1 year ago

At the moment, try to logging and choosing Mastodon fails with this exception: image

Craftplacer commented 1 year ago

I rescoped this just to Friendica's Mastodon interface. Kaiteki will not support Friendica directly, see https://github.com/Kaiteki-Fedi/Kaiteki/issues/362#issuecomment-1546622056.

kr428 commented 1 year ago

I rescoped this just to Friendica's Mastodon interface. Kaiteki will not support Friendica directly, see #362 (comment).

Ok, sounds legit. Thanks.

kr428 commented 11 months ago

Any help that could be provided fixing this? Really like Kaiteki and miss using this with my Friendica account...

Craftplacer commented 11 months ago

I have made changes to fediverse_objects to resolve the quirks in Friendica's implementation of the Mastodon API. https://github.com/Kaiteki-Fedi/fediverse_objects/commit/c8a37bf59862c225683a4a2d8c7b1c112c42b990

It might be worth providing the diff to the Friendica developers so that they can make their API compliant.