@tom79 Yes, you can use Basic authentication with #GNUSocial (username + password). Several years ago I tried to find any working example of OAuth with GNU Social and didn't find any. Since that time #AndStatus supports Basic Authentication only with GNU Social.
Conversation
Notices
-
AndStatus@Mastodon (andstatus@mastodon.social)'s status on Sunday, 03-Feb-2019 04:56:56 UTC AndStatus@Mastodon - AndStatus repeated this.
-
Mastalab (tom79@mastodon.social)'s status on Sunday, 03-Feb-2019 05:34:17 UTC Mastalab @AndStatus
Thanks for the confirmation. I was surprised, but now it's work well. I will keep working on #GNUSocial
I notice that there are a lot of features that I will have to disable.
For endpoints, they all respect same parameters described in Twitter api?AndStatus repeated this. -
AndStatus@Mastodon (andstatus@mastodon.social)'s status on Sunday, 03-Feb-2019 06:28:14 UTC AndStatus@Mastodon @tom79 Not exactly :-)
GNU Social extends obsolete Twitter 1.0 API, but some APIs are different, see e.g. implementation in #AndStatus https://github.com/andstatus/andstatus/blob/master/app/src/main/java/org/andstatus/app/net/social/ConnectionTwitterGnuSocial.java
One of very important features that I didn't implement yet: Groups
See https://github.com/andstatus/andstatus/issues/248#issuecomment-219826572AndStatus repeated this.