How i can generate login link with FishStick API?
The library i used https://www.npmjs.com/package/fortnite-api-manager I know that it's possible to generate login link with only one command with using discord.js but as you can see it requires 3 values.
let accountId = 'Your Account Id'
let deviceId = 'Your Device Id'
let secret = 'Your Secret'
let config = {
'accountId':accountId,
'deviceId':deviceId,
'secret':secret
};
So, how to generate login link without account, device ids and secret?
from Recent Questions - Stack Overflow https://ift.tt/2ViP7j9
https://ift.tt/eA8V8J
Comments
Post a Comment