#social 2017-02-04
2017-02-04 UTC
timbl joined the channel
#
evanminto aaronpk: Hm, I’m really not sure what’s going on. I get a the following error when I try to use Micropub apps like Quill with URLs with a path: The "me" parameter provided was not valid
#
evanminto But no issue when I use the URL to just sign in (like to the IndieWeb site)
#
evanminto http://evanminto.com/indieweb (really crappy test page I set up)
#
evanminto https://github.com/aaronpk/IndieAuth-Token-Endpoint/blob/98e637718d1821a451a46dcbcb0b56c69f187fe9/lib/helpers.php#L39 looks like it errors when the path is non-“/“ unless I’m reading it wrong.
#
evanminto More accurately, returns false, which triggers the error.
#
evanminto Quill works just fine when http://evanminto.com is the login URL.
#
evanminto OK, so I’m not crazy.
#
evanminto I can submit a PR for that if you want.
#
evanminto Oh yeah, fair point.
pdurbin joined the channel
#
evanminto Made the PR, take a look when you’ve got time.
#
evanminto It’s not too bad. I hadn’t thought about the fact that I could just set up my own instance of the endpoint.
#
evanminto Duh