@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)'s status on Saturday, 02-Feb-2019 23:56:56 EST AndStatus@Mastodon - AndStatus repeated this.
-
Mastalab (tom79)'s status on Sunday, 03-Feb-2019 00:34:17 EST 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)'s status on Sunday, 03-Feb-2019 01:28:14 EST 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.