Added Twitter auth command and some base functions.
This commit is contained in:
parent
eafa258d7a
commit
81b0abfd91
5 changed files with 289 additions and 7 deletions
config
|
@ -46,3 +46,7 @@ secret_key = secret_key_for_generating_csrf_tokens
|
|||
[Proxy]
|
||||
enabled = true
|
||||
secret_key = change_this_or_i_will_beat_you_up
|
||||
|
||||
[Twitter]
|
||||
api_key = <consumer key>
|
||||
api_secret = <consumer secret key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue