Mercurial > rsstweet
comparison README.md @ 24:c1783bab9035
Mark optional settings.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 23:36:55 +0900 |
parents | b82d86b74636 |
children | 03f904c070f7 |
comparison
equal
deleted
inserted
replaced
23:b82d86b74636 | 24:c1783bab9035 |
---|---|
19 one for me. | 19 one for me. |
20 | 20 |
21 Configuration | 21 Configuration |
22 ------------- | 22 ------------- |
23 | 23 |
24 This application depends on four Twitter-related tokens: | 24 This application depends on at least those two Twitter-related tokens: |
25 | 25 |
26 - `RT_CONSUMER_KEY` | 26 - `RT_CONSUMER_KEY` |
27 - `RT_CONSUMER_SECRET` | 27 - `RT_CONSUMER_SECRET` |
28 | |
29 Optionally, setting those two variables allows you access to private accounts which your account has access to: | |
30 | |
28 - `RT_ACCESS_TOKEN` | 31 - `RT_ACCESS_TOKEN` |
29 - `RT_ACCESS_TOKEN_SECRET` | 32 - `RT_ACCESS_TOKEN_SECRET` |
30 | 33 |
31 Make sure to set them before using. | 34 Make sure to set them before using. |
32 | 35 |