From 65c7cde735648e09d184e99dabdbb1988c5edd7e Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Fri, 6 Nov 2015 22:21:27 +0000 Subject: [PATCH] Update FAQ: explain how to find Pinboard API token --- docs/faq.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.markdown b/docs/faq.markdown index 424765c..27e3439 100644 --- a/docs/faq.markdown +++ b/docs/faq.markdown @@ -38,3 +38,9 @@ OVH shared web-hosting can use different PHP versions. To have Miniflux working properly you have to use a custom `.htaccess`. There is example in the Miniflux root folder. Just rename the file `.htaccess_ovh` to `.htaccess`. + +I want to send bookmarks to Pinboard. How do I find my Pinboard API token? +-------------------------------------------------------------------------- +You can find your API token by going to [https://api.pinboard.in/v1/user/api_token/](https://api.pinboard.in/v1/user/api_token/). + +Miniflux requires you add your Pinboard username before this, followed by a colon (eg. bobsmith:12FC235692DF53DD1). \ No newline at end of file