aaronpk / p3k

This is a repository for filing issues against the software the runs my website. The source code is not public, but various components are.
https://aaronparecki.com/
MIT License
14 stars 0 forks source link

PESOS photos from Instagram #29

Closed aaronpk closed 10 years ago

aaronpk commented 10 years ago
aaronpk commented 10 years ago

Thinking more about this, I want to create the Instagram PESOS functionality as a service to keep the custom silo code out of p3k.

This relies on #17 as well as a finished micropub spec for posting photos.

This changes the flow slightly to the following:

aaronpk commented 10 years ago

Another thing: Not part of the PESOS app, but part of the webmention handling. When new comments are received from myself, add any hashtags to the page's tags (Instagram does this already)

aaronpk commented 10 years ago

Made progress on photo posts tonight by creating a new "photo" template in #p3k. A nice side effect is that all my notes are now displaying the location information along with them.

Some discussion of formatting for the various pieces in IRC: http://indiewebcamp.com/irc/2014-02-23#t1393218392

(http://aaron.pk/r4Uj3)

aaronpk commented 10 years ago

This is complete! It's configured as a service called OwnYourGram.com.

Example photo: http://aaronparecki.com/notes/2014/03/14/2/nofilter-pdx

Currently waiting on whitelist approval from Instagram to be able to use the comments API to set the original post URL on the Instagram post.

aaronpk commented 10 years ago

Looks like I will not be able to get whitelist approval to use the comments API after all.

At the other end, Bridgy will be adding support for discovering "link-less" syndicated posts so that my Instagram photos won't need a short URL added after all. This is being discussed here https://github.com/snarfed/bridgy/pull/130