AndStatus on loadaverage.org
This remote profile is registered on another site; see andstatus's original profile page on loadaverage.org.
-
AndStatus (andstatus)'s status on Sunday, 03-Feb-2019 09:09:32 EST AndStatus @tom79 "statuses/mentions.json" endpoint is the primary source of Notifications in the GNU Social "type of a Social network" and in Twitter. But as I wrote, an activity / note from ANY timeline may be put into "(Unread) Notifications" timelines, if #AndStatus app decides that a User needs to be notified about it. Even from "Search" timelines, which can be made syncable.
@up201705417@loadaverage.org -
AndStatus (andstatus)'s status on Sunday, 03-Feb-2019 08:45:19 EST AndStatus @up201705417@loadaverage.org "Unread notifications" are just notifications, which weren't explicitly marked as "read" by a user (using "Mark all as read" button on an "Unread notifications" timeline).
@tom79 @lnxw48a1@nu.federati.net @colegota -
AndStatus (andstatus)'s status on Sunday, 03-Feb-2019 08:40:23 EST AndStatus @tom79 Notifications in #AndStatus may actually originate from any downloaded note, from any timeline. The application then decides if any given note is deserved to be notified about (according to user's settings...) I think that the key difference here between AndStatus and #Mastalab is that AndStatus downloads and analyses _all_ timelines in a background beforehand. All time… -
Diogo Cordeiro (diogo)'s status on Sunday, 03-Feb-2019 08:19:08 EST Diogo Cordeiro @tom79 here they are https://loadaverage.org/attachment/4987300 -
Mastalab (tom79)'s status on Sunday, 03-Feb-2019 08:15:55 EST Mastalab @diogo yes but what about previous ones?
-
Diogo Cordeiro (diogo)'s status on Sunday, 03-Feb-2019 08:15:08 EST Diogo Cordeiro @tom79 https://loadaverage.org/attachment/4987291 -
Diogo Cordeiro (diogo)'s status on Sunday, 03-Feb-2019 08:03:11 EST Diogo Cordeiro Okay, just read about what Mastalab is and you definitely shouldn't be using qvitter API given that some instances (like the one I'm using) don't have that plugin installed. About getting notifications, I've been using @andstatus and it is very competent in notifying me, so I guess maybe that app developer might be able to provide you with the required guidance. Or you can jus… -
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-219826572 -
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@Mastodon (andstatus)'s status on Saturday, 02-Feb-2019 23:56:56 EST AndStatus@Mastodon @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.
-
clacke: seeking 🇸🇪ðŸ‡ðŸ‡°ðŸ’™ðŸ’› (clacke)'s status on Thursday, 25-Oct-2018 03:20:00 EDT clacke: seeking 🇸🇪ðŸ‡ðŸ‡°ðŸ’™ðŸ’› ♲ @switchingsocial@mastodon.at: Just got a request about Facebook alternatives on the Fediverse.There are a number of options, but the one most suitable for non-technical people is probably Friendica.Friendica's major instances are already federating through ActivityPub (on the development branch of the code), such as:nerdica.netsqueet.melibranet.deF… -
clacke: seeking 🇸🇪ðŸ‡ðŸ‡°ðŸ’™ðŸ’› (clacke)'s status on Thursday, 31-Jan-2019 04:36:25 EST clacke: seeking 🇸🇪ðŸ‡ðŸ‡°ðŸ’™ðŸ’› On a plane with no wifi and no book, yaay offline fediverse client! #andstatus -
i'm not very good with computers (kaniini)'s status on Thursday, 31-Jan-2019 12:32:18 EST i'm not very good with computers @andstatus @thefaico
AP C2S is a low priority project for us right now (we are trying to ship 1.0), but I will see what I can do this weekend. -
AndStatus (andstatus)'s status on Thursday, 31-Jan-2019 12:20:04 EST AndStatus @kaniini I see that you already have everything to add "/whoami" endpoint:
- authentication works, so you know an Actor, who makes a request.
- you should only return the Actor's "object", not a timeline. I already see that you do have that object inside a timeline...
Will wait, thank you.
@thefaico -
AndStatus (andstatus)'s status on Thursday, 31-Jan-2019 10:59:37 EST AndStatus @rysiek Maybe it's the right time to start building (or completing implementation of) #ActivityPub compatible client to server API and not waste time on improvements of Mastodon's custom API ?!
@dfeyer @kaniini @maryjane -
AndStatus (andstatus)'s status on Wednesday, 30-Jan-2019 23:36:31 EST AndStatus @kaniini Thank you, after several attempts I figured out the correct full URL for the "whoami" API endpoint: http://status.hackerposse.com/url/18321 - and I got JSON response. Will parse it and return to You to move further, if you don't mind :-) However, this URL, looking like an actor's inbox, is conceptually incorrect for the "whoami" call as even #ActivityPub spec says:… -
AndStatus (andstatus)'s status on Wednesday, 30-Jan-2019 10:55:20 EST AndStatus @kaniini I'm testing client to server #ActivityPub implementation of #Pleroma So far I cannot even complete user authorization step and get the authenticated Actor's endpoints (whoami / verify credentials...) at #Pleroma , because I don't know URL of the API point, see https://github.com/andstatus/andstatus/issues/499#issuecomment-457942709
Could anybody help me?
@mmn -
AndStatus (andstatus)'s status on Saturday, 26-Jan-2019 08:08:40 EST AndStatus #AndStatus Android client is ready for integration/developer's testing of the "client to server" #ActivityPub protocol. I created an alpha build of AndStatus for server developer, which allows to use AndStatus as a manual Server API testing tool. In order to move forward, past authorisation step, I need an account on a server that successfully authenticates/authorises a User.… -
AndStatus (andstatus)'s status on Saturday, 26-Jan-2019 04:07:05 EST AndStatus @amish If you care about stored data, I would recommend to make a backup before reinstall in #AndStatus Settings -> Storage. If not, uninstall - Reboot- Install is the most reliable way to avoid possible installation problems. -
M-x nemui (nee)'s status on Saturday, 05-Jan-2019 17:57:07 EST M-x nemui It updated just now, apparently gnu social only updates avatars when the user actively complains about it.