test
Let's write a publog message from my actual phone. This simple app now supports web sign-in through the authorization_endpoint on my website. It saves the info as an account on the phone and creates a token to send the message with.
This is a message send from an Android app in an emulator to my publog on the internet.
These are some very small steps to building an Android app to send Micropub notes to my weblog.
These are some very small steps to building an Android app to send Micropub notes to my weblog.
It's to be able to receive a mention of a webmention when someone places a comment. This way I won't miss the new posts on my website, that I would other miss. It's quite easy with PushBullet.
I added a simple PushBullet API call to my login, so it sends a token that I can use to login.
I added sorting to the microsub-server. Now the order of the items makes sense.
I need to use the Chrome version of Omnibear to post messages with tags.
I can write posts with tags now and these tags will be linked up to the other posts on the tag page for this same tag.
As you can see I can already load a feed and show it in the Together microsub reader app. https://together.tpxl.io/
A microsub backend server needs some stuff, to be better at it's job.
That stuff still needs to be written.
A microsub backend server needs some stuff, to be better at it's job.
That stuff still needs to be written.
The next step will be to create a working Microsub server. I have made a start and I can use it with Together. I can add feeds, and they will be parsed and shown in Together.