yshalsager / facebook2rss

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

Add fast mode to get posts without details #7

Closed yshalsager closed 3 years ago

yshalsager commented 3 years ago

In mbasic Facebook site, it's possible to get posts from the page without opening each post, but this doesn't give the full post text. Currently, the tool gets posts list then gets each post's full text separately but the process is taking a long time. It would be a good idea to add an API parameter to switch modes.

yshalsager commented 3 years ago

Added in https://github.com/yshalsager/facebook2rss/commit/d9b410af2ab14be183ea3c15db0263a54e5bc99e and enable by default. To get full recent posts by using full=1