adding in twitter api setup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
consumer_key: 'YOUR_KEY',
|
||||
consumer_secret: 'YOUR_SECRET_KEY',
|
||||
access_token: 'ACCESS_TOKEN',
|
||||
access_token_secret: 'ACCESS_TOKEN_SECRET'
|
||||
}
|
||||
Reference in New Issue
Block a user