Conversation:
Notices
-
I want to finish my training assistant application and make it post logs to !gnusocial. But I can't find any exstensive documentations except reading other applications like #Yaics and @andstatus to see how they use the API.
-
@dragnucs@quitter.no In order to understand API I would suggest for you to turn on all logging in AndStatus and then analyze both logs and dumped network level messages. More on logging in #AndStatus: https://github.com/andstatus/andstatus/issues/225
@theru@sn.theru.org
-
@dragnucs@quitter.no Maybe you don't need to write that communication part of your application at all?! Just share your log messages via AndStatus (via ANY preconfigured account!). The same for reading logs, if you need this. I can extend the "Share via AndStatus" API to do this sharing without opening UI?!
-
@dragnucs@quitter.no You may send your "customized post type" inside a "stock' post body, transparently for AndStatus and GNU Social?!
Or you need _one_ apk without any configuration and "integration"?!
-
@dragnucs@quitter.no Both AndStatus and GNU Social support HTML markup in a message body. This means that you can construct a post, which will be human readable plus it will have all necessary metadata hidden in HTML elements and attributes. Then at a client side you just need to add custom "Message editor" for such special posts. That message editor will retrieve metadata from…
-
@dragnucs@quitter.no Good luck :-)
You really need to think about / design your "Training performance" features and UI at a client and at a server side. And don't reinvent a wheel of communication between them :-)