mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
67585b8af1
commit
5f96d485fd
@ -9,7 +9,9 @@ const client = new Twitter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
module.exports = (req: express.Request, res: express.Response) => {
|
module.exports = (req: express.Request, res: express.Response) => {
|
||||||
client.post('oauth/request_token', (x, y, z) => {
|
client.post('oauth/request_token', {
|
||||||
|
oauth_callback: config.url + '/tw/cb'
|
||||||
|
}, (x, y, z) => {
|
||||||
console.log(x);
|
console.log(x);
|
||||||
console.log(y);
|
console.log(y);
|
||||||
console.log(z);
|
console.log(z);
|
||||||
|
Loading…
Reference in New Issue
Block a user