Closed vkudymov closed 3 years ago
At startup const signURL = async (url, ts, deviceId) => { const as = 'anti-spam parameter 1'; const cp = 'anti-spam parameter 2' const mas = 'anti-spam parameter 3'; return $ {url} & as = $ {as} & cp = $ {cp} & mas = $ {mas}; } const params = getRequestParams ({ device_id: '', fp: '', iid: '', openudid: '', });
$ {url} & as = $ {as} & cp = $ {cp} & mas = $ {mas}
const api = new TikTokAPI (params, {signURL});
An error Uncaught TypeError: axios_cookiejar_support_1.default is not a function at new TikTokAPI
How can you win?
Additional context Add any other context about the problem here.
Closing as this project is no longer maintained.
At startup const signURL = async (url, ts, deviceId) => { const as = 'anti-spam parameter 1'; const cp = 'anti-spam parameter 2' const mas = 'anti-spam parameter 3'; return',
fp: '',
iid: '',
openudid: '',
});
$ {url} & as = $ {as} & cp = $ {cp} & mas = $ {mas}
; } const params = getRequestParams ({ device_id: 'An error Uncaught TypeError: axios_cookiejar_support_1.default is not a function at new TikTokAPI
How can you win?
Additional context Add any other context about the problem here.