-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the library support the Micropub Media Endpoint? #28
Comments
This matches voxpelli/node-micropub-express#11 |
I'd also love to hear how/if this is supported? I have hacked in
and it now passes micro.blog's basic endpoint check. However, when trying to post, I still get 'Photo URL was blank' from the micro.blog client. It should be noted that I can use Quil successfully. This is in the Heroku log
|
I wonder what the "support media upload" from readme refers to if not media-endpoint ? and yeah, looking at the code there is no support for media uploads in posts. |
@maxandersen Originally, at the time the first version of this project, media was uploaded as part of the post request itself, so that’s what’s still supported. A media endpoint is the highest priority for this project, I hope I can get some time for it soon. |
I'm trying to use Micro.Blog to post via my endpoint hosted on Heroku. But the micro.blog app keep asking for a Media Endpoint which the Heroku endpoint doesn't provide.
Does the library support it? Or am I doing something wrong?
Thanks.
The text was updated successfully, but these errors were encountered: