From 25c1b01e95dec6669186eee6bea9a6aaf2be731b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 25 May 2021 09:33:18 +0200 Subject: [PATCH] added note about the Mastodon API support to the FAW --- doc/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index 48629c960..8ad5954b8 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -183,6 +183,7 @@ Example: Friendica Support ### What friendica clients can I use? Friendica is using a [Twitter/GNU Social compatible API](help/api), which means you can use any Twitter/GNU Social client for your platform as long as you can change the API path in its settings. +Since the 2021.06 release, Friendica also supports the Mastodon API. Here is a list of known working clients: * Android @@ -196,6 +197,11 @@ Here is a list of known working clients: * [Choqok](https://choqok.kde.org) * Windows * [Friendica Mobile](https://www.microsoft.com/de-DE/store/p/friendica-mobile/9nblggh0fhmn?rtc=1) (Windows 10) + * [Husky](https://husky.fwgs.ru) + * [Subway Tooter](https://github.com/tateisu/SubwayTooter) + * [Tusky](https://tusky.app) + * [twitlatte](https://github.com/moko256/twitlatte) + * [Yuito](https://github.com/accelforce/Yuito) Depending on the features of the client you might encounter some glitches in usability, like being limited in the length of your postings to 140 characters and having no access to the [permission settings](help/Groups-and-Privacy).