yshalsager / facebook2rss

Turn Facebook feeds into RSS!
GNU General Public License v3.0
34 stars 5 forks source link

Support working without account #2

Closed yshalsager closed 3 years ago

yshalsager commented 3 years ago

Similar to RSS Bridge, it's possible to make the tool works without forcing to use an account, but this will only work for fetching public pages and groups. https://mas.to/@adnan360/105674162242223616

yshalsager commented 3 years ago

Added in https://github.com/yshalsager/facebook2rss/commit/169f2d4be25e4de17e58e7c3b56ea0f632640697 But I will keep this issue open till I implement more API routes because /profile/ is the only available one right now

yshalsager commented 3 years ago

In https://github.com/yshalsager/facebook2rss/commit/211e81ea90554abb31aadb6090c813ee2cc14f12 I added the ability to work without an account by default instead of existing. The code will detect login cookies automatically and set settings based on this on startup.

yshalsager commented 3 years ago

Pages and groups routes are implemented in https://github.com/yshalsager/facebook2rss/commit/b14c96e6a99cacf575a3155f119faa0b4bccf836, so this issue can be close now.