cycle method added to auto cycle through tweets and exception handling is modified to capture all errors that raise from twitter
This commit is contained in:
parent
f29a15b8e4
commit
881518f1f3
10 changed files with 73 additions and 56 deletions
|
|
@ -57,3 +57,9 @@ OSEM_SMTP_DOMAIN=""
|
|||
|
||||
# Enable the usage of the devise ichain plugin
|
||||
OSEM_ICHAIN_ENABLED=false
|
||||
|
||||
# To embed tweets about the conference in the conference wide screen
|
||||
OSEM_TWITTER_CONSUMER_KEY=""
|
||||
OSEM_TWITTER_CONSUMER_SECRET=""
|
||||
OSEM_TWITTER_ACCESS_TOKEN=""
|
||||
OSEM_TWITTER_ACCESS_TOKEN_SECRET=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue