diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-23 16:56:58 +0200 |
---|---|---|
committer | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-23 16:56:58 +0200 |
commit | 69b182b1bf811e1d09c734debf0f71f8412dd6b7 (patch) | |
tree | 9a59a9514d7967ea2bf6c5594822a6a469aea772 /doc/TWITTER_FEED.md | |
parent | af32db82732060fe5a309977afdb648aa9a62212 (diff) |
Adapted description to use case 'tweets are protected'
Diffstat (limited to 'doc/TWITTER_FEED.md')
-rw-r--r-- | doc/TWITTER_FEED.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TWITTER_FEED.md b/doc/TWITTER_FEED.md index 552dc54..6deb432 100644 --- a/doc/TWITTER_FEED.md +++ b/doc/TWITTER_FEED.md @@ -41,7 +41,7 @@ production: * Add also `--projectroot your_projectroot --twitterhandle your_twitterhandle` as well to not have manually put the data in your secrets-file * The full command looks like this: `script/generate_bearer_token --key your_consumerkey --secret your_consumersecret --projectroot your_projectroot --twitterhandle your_twitterhandle` * If you didn't give all your information to the script, had a typo or want to change anything else, please do so by finding the secrets-file at `/config/secrets.yml` - * Make sure that the correct twitter-handle and bearer-token is included. The tweets of the twitter-account you want to have shown have to be public! + * Make sure that the correct twitter-handle and bearer-token is included. The account's tweets must not be protected, otherwise they cannot be displayed. * Deactivate your bearer token * To deactivate your generated bearer token you can run script/invalidate_bearer_token |