beaulebens / keyring-social-importers

A collection of importers which pull your content back from social networks, and into your own WordPress install.
32 stars 17 forks source link

Pocket Importer: fix base URL #28

Closed roccotripaldi closed 5 years ago

roccotripaldi commented 5 years ago

Base URL should have it's state set to all

When it's set to archive as it currently is, it will not catch new links. Perhaps getpocket.com changed their API, because it was working before.

cc: @beaulebens - not urgent, can go in the next release.

beaulebens commented 5 years ago

Ah - I believe I actually changed this intentionally, so that it operates the same as the Instapaper importer. The idea here is that using archived means that you can add something to Pocket, but it won't syndicate to your site until you're done reading it, and then "Archive" it. That way you can delete things if you don't want them showing up on your site, and things show up once you've read them, rather than as soon as you add them to Pocket.

If your preference is to have it add immediately, maybe we can just add a filter to these parameters so that you can change it?

roccotripaldi commented 5 years ago

Thanks for explaining that! I do now think it makes sense to leave it as 'archive', and I don't think a filter is necessary.