Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이해님
/
term-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yulim KIM
2020-12-11 01:34:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a446a0eb398664572ad9097f6105d017c00fae3
5a446a0e
1 parent
b40a5694
key deleted
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
twitter-controller.js
twitter-controller.js
View file @
5a446a0
const
Twitter
=
require
(
'twitter'
);
const
client
=
new
Twitter
({
consumer_key
:
'
Q4xyL4HBupStqkUf3FaKeDlSL
'
,
consumer_secret
:
'
xB9ROWLAPlPW7tntBUsFgVZd9qcaCSDDAo5fFCH1qWg7oAwJLO
'
,
access_token_key
:
'
1330868660072660992-0l3jauBmdEP16hXPviH5W1DMS46X9B
'
,
access_token_secret
:
'
jx5xtDHam5SUTSndp7uVqsTpbSJiD4OIKL8IYKg1ZtTSZ
'
consumer_key
:
'
key1
'
,
consumer_secret
:
'
key2
'
,
access_token_key
:
'
key3
'
,
access_token_secret
:
'
key4
'
});
...
...
Please
register
or
login
to post a comment