lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
825 stars 128 forks source link

Social register bookmark for Pocket does not work #1242

Closed teseu closed 1 year ago

teseu commented 1 year ago

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 1 year ago

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.

lwindolf commented 1 year ago

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 :-(