Ryan Barrett
Ryan Barrett
Separate access tokens make sense! @aaronpk I wonder about the UX though. Any idea what fraction of Micropub clients let you manually enter a token? And if so, any idea...
~TODO(snarfed) before shipping: rewrite all `MastodonAuth` entities to get `access_token_str` indexed. snarfed/oauth-dropins@57305090c739c321a2395f121f2fb694f528487a~
Done ^ ```py with appengine_config.ndb_client.context(): for m in MastodonAuth.query(): print(m.key.id()) m.put() ```
This is live! Endpoint is https://brid.gy/micropub, supports create and delete and photo/video URLs but not update or file upload. Once you've enabled publish on your user page, there will be...
Docs are at https://brid.gy/about#micropub
This setup still isn't supported or planned any time soon. Adding the `speculative` label and tentatively closing. Feel free to reopen!
I don't think we ended up with anything actionable here on Bridgy Fed's end. Tentatively closing, but feel free to reopen!
I'm not actively working on this, but I'd happily accept a PR! It'd probably go into granary. Not trivial, but should be doable!
granary is definitely read/write! Bridgy Publish uses it to create tweets via the API. And yes, `p-category` is the idea, following the examples in the first two comments above. Thanks...
Ah, yes, true! The API is read only. Bridgy uses the library, not the API.