mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
Merge pull request #2788 from Zettt/master
Documentation on how to configure mobile apps to work with wallabag.it
This commit is contained in:
commit
20da238413
1 changed files with 13 additions and 0 deletions
13
docs/en/user/configuring_mobile.rst
Normal file
13
docs/en/user/configuring_mobile.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
Configuring Mobile Apps to Work With wallabag.it
|
||||
================================================
|
||||
|
||||
Steps to configure the app
|
||||
---------------------------
|
||||
|
||||
- First *create a new client* in the ``Developer`` section. The name of your app doesn't matter as much as the ``Client ID`` and the ``Client secret``. Write these two values down.
|
||||
- When you download a mobile app, it's going to ask for the server address of the hosted wallabag instance. With wallabag.it that is: ``https://app.wallabag.it``.
|
||||
- It's also going to ask for the aforementioned ``Client ID`` and ``secret``. Please insert those in the text fields, when asked.
|
||||
- Lastly you need to provide your ``username`` and ``password``. These are the same credentials you use to login in to wallabag.it.
|
||||
|
||||
Please also have a look at `Android <android>`_. Especially the section on *known limitations*.
|
||||
|
Loading…
Reference in a new issue