diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2021-02-21 17:45:50 +0100 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2021-02-21 17:45:50 +0100 |
commit | cf8228f54b818691bf693b8a0773ca4981dbf138 (patch) | |
tree | 03a06d9bf049ff6f2fda6c62a49c8c32ac8293ea /README.md | |
parent | e618c5b876155c71cf4f8aebe373fc9bc29716f9 (diff) | |
download | fbfeed-cf8228f54b818691bf693b8a0773ca4981dbf138.tar.gz fbfeed-cf8228f54b818691bf693b8a0773ca4981dbf138.tar.bz2 fbfeed-cf8228f54b818691bf693b8a0773ca4981dbf138.zip |
doc: Add explicit address for showcasing API.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,12 +7,15 @@ This is particular good for those of you who do not use Facebook, but still end up in social networks and local communities where gatherings and events are all organized using Facebook. +NOTE: This may break any given moment, due to updates in the source +code at Facebook. + ## Usage Compile and run. Host it somewhere or locally. -For HTML: `/nameOfGroup` +For HTML: `http://localhost:1212/nameOfGroup` -For RSS: `/nameOfGroup.rss` +For RSS: `http://localhost:1212/nameOfGroup.rss` `nameOfGroup` is the @-name in Facebook. |