IndiePass / indiepass-ios

An IndieWeb app with extensions for sharing information to micropub endpoints and reading from microsub endpoints
https://indigenous.marksuth.dev
MIT License
45 stars 5 forks source link

Add native support for IndiePaper #207

Closed EdwardHinkle closed 6 years ago

EdwardHinkle commented 6 years ago

There should be a native way to “save articles for later”. Right now this really can only use IndiePaper but in the future maybe it could support different services.

Together is also going to add support for IndiePaper: https://github.com/cleverdevil/together/issues/70

EdwardHinkle commented 6 years ago

Aperture and Micro.blog both support IndieAuth for their "Channel"/"Save Later" Micropub endpoints. So Indigenous can use IndieAuth to get the token for the Save Later channel, and then pass that token to IndiePaper when needed

EdwardHinkle commented 6 years ago

This is integrated with #100

EdwardHinkle commented 6 years ago

Based on the discussion here: https://github.com/EdwardHinkle/indigenous-ios/issues/100#issuecomment-404193812

I'm going to close this issue and consider Save for Later feature resolved through the Share Sheet and the IndiePaper app.