summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index a7c27c9..8790e08 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -41,6 +41,12 @@ tune it a bit.
See also: [this
thread](http://tt-rss.org/forum/viewtopic.php?f=1&t=2053&start=45#p11015)
+### I need a URL I can call to subscribe to feed to integrate with some third party browser extension/application.
+
+<code>SELF\_URL\_PATH/public.php?op=subscribe&feed\_url=%s</code>
+
+SELF\_URL\_PATH = http://your.ttrss.server/tt-rss/
+
### I need to get the number of unread articles in the simplest way.
([Forum thread](http://tt-rss.org/forum/viewtopic.php?p=415))