#aaronpkoh yeah you'll have to clear your cookies this time
#aaronpk(the problem is right now there are different cookies on openid.indieauth.com and indieauth.com, so when github sends you back to indieauth.com it's missing the previous state)
leg joined the channel
#blueyedaaronpk: I had deleted the indieauth cookies already, and just tried again.
#blueyed"csrf_detected" also seems to come from GitHub?!
#aaronpkCan you double check that all *.indieauth.com cookies are deleted? You might have one for openid.indieauth.com plus IndieAuth.com
[grantcodes] joined the channel
#[grantcodes]Alrighty, I'm working on a new version of a micropub client to post photo galleries, I'm going down the collection route, is there a correct way to reference the individual child photo posts in the gallery micropub request
#[grantcodes]The spec just says "A better alternative is to reference objects by their URLs" but I can't see info on any property for child posts or something similar?
#tantekit's more of a mapping route "commons" than silo - free to use, no login required, can even save "public" routes like that ^^^ without creating a login
#aaronpk[grantcodes]: that note is assuming you'd make a Micropub request first to create the individual one so that it has a URL
#aaronpkthen you'd use that URL when referencing it for the gallery post
#aaronpkmy albums/collections work this way right now, just not hooked up to Micropub. I think I have microformats on everything tho
#tantek.comedited /principles (+665) "clean up distinction between tools for yourself and (self)dogfooding as they are complementary but different steps, explicitly note scratch your own itch, and cite earlier (1999?) ref for that in C&B per WP, span IDs, bold whole summaries" (view diff)
#Loqi[Aaron Parecki] Cocktails from Friday's Portland Highball Week Pub Crawl
#tantekwell that was a pretty major update that should look minor
#aaronpkthats the album and there are a bunch of children h-entry's there
#aaronpkso if I were going to make a Micropub request to create that I'd send the album h-entry like normal but all the children would just be the URLs of their respective h-entry's rather than the full h-entry object like you see there
#aaronpkThat's how I'm imagining it anyway. It should be noted that I haven't actually implemented that yet :-)
#aaronpkOne issue related to this is I need a way for the client to tell my Micropub endpoint that the post it's creating will be used in a collection, so that my server avoids adding it to my main feeds automatically
John__ joined the channel
#aaronpk(right now when a post is created my server adds it to a few different feeds based on what it is, so it'll end up in my photos list or home page, etc.)
#tantekaaronpk: I wonder if any silo APIs have precedents for that
#tantekI feel like that's something that comes up with FB also - e.g. posting lots of photos only to put them into a single album post
#aaronpkmy site has a "p3k-channel" property to either set the channels specifically or use the magic word "none" to prevent it from going into any feeds
#[grantcodes]yeah, same issue again, will only work on your site