Open anl404 opened 1 year ago
I get this output when trying to get the token with the getToken function. Error: { error: 'DENIED ACCESS' } Code:
fun .getToken({ Site: "https://signup.live.com", pkey: "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA", }) .then(async (token) => { console.log(token);
I get this output when trying to get the token with the getToken function. Error: { error: 'DENIED ACCESS' } Code: