mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-12 12:01:15 +00:00
885 B
885 B
Configuring mobile apps to work with wallabag
Steps to configure the app
- First create a new client in the
API clients management
section. The name of your app doesn't matter as much as theClient ID
and theClient 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. For example, with wallabag.it that is:
https://app.wallabag.it
. - It's also going to ask for the aforementioned
Client ID
andsecret
. Please insert those in the text fields, when asked. - Lastly you need to provide your
username
andpassword
. These are the same credentials you use to login in to wallabag.
Please also have a look at Android page. Especially the section on known limitations.