lwindolf/liferea

Social register bookmark for Pocket does not work

teseu opened this issue · 2 comments

teseu commented

The api has changed and has more than one url to visit, Authentication and Add:

If you try to authenticate with a Firefox account, nothing loads, it's a eternal spin:
image

If you try the email option, or you get an 503 error or nothing happens:
image

teseu commented

For reference, in src/social.c file:
social_register_bookmark_site ("Pocket", "https://getpocket.com/save?url={url}&title={title}");

Links for Add and Authentication pages in pocket api.

Arg... the current implementation is a simple link loading. Adding OAuth2 support on top is something I'd like not to support. Therefore also removing Pocket from the offered bookmarking services :-(